Commit fadcff5
authored
docs(readme): add a "VScode Required Settings" section.
- Added a section to document the VScode settings that are required to allow the extension to work. The only setting is: `"editor.autoIndent": "advanced"`
If it's set to `"brackets"` then multi-line comments will break on enter and just add an empty new line instead of continuing the `*`:
`/**
* [press enter here]
*/`1 parent f383ad1 commit fadcff5
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
0 commit comments