|
16 | 16 | "**/*pylance-notebook-cell*": true
|
17 | 17 | },
|
18 | 18 | "search.exclude": {
|
19 |
| - //? Template clutters quick-open |
20 |
| - "submodules/template": true, |
21 |
| - //? Type stubs clutter quick-open |
22 |
| - "submodules/typings": true, |
23 |
| - //? Locks clutter searches |
24 |
| - "tools/lock.json": true |
| 19 | + //? Don't search in submodules or locks by default |
| 20 | + "submodules": true, |
| 21 | + "lock*.json": true |
25 | 22 | },
|
26 | 23 | //! File nesting
|
27 | 24 | "explorer.sortOrder": "foldersNestsFiles",
|
|
106 | 103 | "python.analysis.inlayHints.functionReturnTypes": true,
|
107 | 104 | "python.analysis.inlayHints.pytestParameters": true,
|
108 | 105 | "python.analysis.inlayHints.variableTypes": true,
|
| 106 | + //* PowerShell |
| 107 | + "powershell.startAutomatically": false, |
| 108 | + "powershell.promptToUpdatePowerShell": false, |
| 109 | + "powershell.integratedConsole.showOnStartup": false, |
| 110 | + "powershell.codeFormatting.autoCorrectAliases": true, |
| 111 | + "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, |
| 112 | + "powershell.codeFormatting.trimWhitespaceAroundPipe": true, |
| 113 | + "powershell.codeFormatting.useConstantStrings": true, |
| 114 | + "powershell.codeFormatting.useCorrectCasing": true, |
| 115 | + "powershell.codeFormatting.whitespaceBetweenParameters": true, |
| 116 | + "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline", |
109 | 117 | //* Rewrap
|
110 | 118 | "rewrap.wrappingColumn": 88,
|
111 | 119 | "rewrap.wholeComment": false,
|
|
0 commit comments