Skip to content

Commit 89b5c64

Browse files
[Ignore] use forward slash for code-workspace
1 parent fc1030d commit 89b5c64

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

extension-dev.code-workspace

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"folders": [
3-
{
4-
"path": "."
5-
},
6-
{
7-
"path": "..\\PowerShellEditorServices"
8-
}
9-
],
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "../PowerShellEditorServices"
8+
}
9+
],
1010
"settings": {
1111
"files.associations": {
1212
"**/snippets/*.json": "jsonc"

0 commit comments

Comments
 (0)