Skip to content

Commit c6ccc68

Browse files
authored
Add workspace file to load both vscode-powershell and PSES (#2645)
1 parent 13e5ea5 commit c6ccc68

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

extension-dev.code-workspace

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "..\\PowerShellEditorServices"
8+
}
9+
],
10+
"settings": {
11+
"files.associations": {
12+
"**/snippets/*.json": "jsonc"
13+
},
14+
"typescript.tsdk": "./node_modules/typescript/lib"
15+
}
16+
}

0 commit comments

Comments
 (0)