Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Add type definition so settings editor knows what to do with these se…
…ttings
  • Loading branch information
TylerLeonhardt committed Apr 13, 2022
commit 6ded9f2ebd60b7ac50dc6f30ab597aab18c3667d
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@
},
"powershell.sideBar.CommandExplorerExcludeFilter": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Specify array of Modules to exclude from Command Explorer listing."
},
Expand Down Expand Up @@ -822,7 +825,10 @@
},
"powershell.developer.featureFlags": {
"type": "array",
"default": null,
"items": {
"type": "string"
},
"default": [],
"description": "An array of strings that enable experimental features in the PowerShell extension."
},
"powershell.developer.waitForSessionFileTimeoutSeconds": {
Expand Down