Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c6ccc68

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /