Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add workspace file to load both vscode-powershell and PSES
  • Loading branch information
rkeithhill committed Apr 20, 2020
commit 994ea60eb633af0168968c83fe1be66f137ebd07
16 changes: 16 additions & 0 deletions extension-dev.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
},
{
"path": "..\\PowerShellEditorServices"
}
],
"settings": {
"files.associations": {
"**/snippets/*.json": "jsonc"
},
"typescript.tsdk": "./node_modules/typescript/lib"
}
}