We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a8a18 commit a58122dCopy full SHA for a58122d
src/settings.ts
@@ -113,7 +113,7 @@ export function load(): ISettings {
113
}
114
115
const defaultDeveloperSettings: IDeveloperSettings = {
116
- featureFlags: featureFlags,
+ featureFlags,
117
powerShellExePath: undefined,
118
bundledModulesPath: "../../../PowerShellEditorServices/module",
119
editorServicesLogLevel: "Normal",
0 commit comments