Skip to content

Commit 3a25cf0

Browse files
committed
fix indentation
1 parent 6a25620 commit 3a25cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ All contributions are welcome!
6060

6161
6. In `yaml-language-server/.vscode/launch.json` set `outFiles` in the `Attach to server` configuration to:
6262

63-
```js
64-
"outFiles": ["${workspaceFolder}/../vscode-yaml/dist/**/*.js"],
65-
```
63+
```js
64+
"outFiles": ["${workspaceFolder}/../vscode-yaml/dist/**/*.js"],
65+
```
6666

6767
7. To run the language server in VSCode, click `View -> Debug`, then from the drop down menu beside the green arrow select `Launch Extension (vscode-yaml)`, click the arrow, and a new VSCode window should load with the YAML LS running.
6868

0 commit comments

Comments
 (0)