Skip to content

Commit 5ddd2c9

Browse files
committed
Oops, need to set the correct default setting value for the settings path.
1 parent a798b2e commit 5ddd2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function load(myPluginId: string): ISettings {
2929

3030
let defaultScriptAnalysisSettings = {
3131
enable: true,
32-
settingsPath: "./PSScriptAnalyzerSettings.psd1"
32+
settingsPath: ""
3333
};
3434

3535
let defaultDeveloperSettings = {

0 commit comments

Comments
 (0)