You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧🚗 Migrate setting value of codeFormatting.whitespaceAroundPipe (if present) to new setting codeFormatting.addWhitespaceAroundPipe automatically. (#2689)
* Migrate setting value of codeFormatting.whitespaceAroundPipe to new setting codeFormatting.addWhitespaceAroundPipe automatically.
* fix code analysis warnings
* add comment to getConfigurationTarget and rename it to getEffectiveConfigurationTarget
* try use quotes around undefined to see if it fixes codacy warning
* Update src/session.ts
Co-authored-by: Christoph Bergmeister <[email protected]>
@@ -317,6 +319,18 @@ export class SessionManager implements Middleware {
317
319
returnresolvedCodeLens;
318
320
}
319
321
322
+
// During preview, populate a new setting value but not remove the old value.
323
+
// TODO: When the next stable extension releases, then the old value can be safely removed. Tracked in this issue: https://github.com/PowerShell/vscode-powershell/issues/2693
0 commit comments