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 58aa029 commit 2111428Copy full SHA for 2111428
src/utils.ts
@@ -9,8 +9,8 @@ import { satisfies } from "semver";
9
export const PowerShellLanguageId = "powershell";
10
11
// Path to the shell integration script in the VS Code installation
12
-// See https://github.com/microsoft/vscode/pull/227244
13
-const shellIntegrationMoved = satisfies(vscode.version, ">=1.94", {
+// See https://github.com/microsoft/vscode/pull/251303
+const shellIntegrationMoved = satisfies(vscode.version, ">=1.102", {
14
includePrerelease: true,
15
});
16
export const ShellIntegrationScript = path.join(
@@ -20,9 +20,9 @@ export const ShellIntegrationScript = path.join(
20
"workbench",
21
"contrib",
22
"terminal",
23
- shellIntegrationMoved ? "common" : "browser",
24
- shellIntegrationMoved ? "scripts" : "media",
25
- "shellIntegration.ps1",
+ "common",
+ "scripts",
+ shellIntegrationMoved ? "shellIntegration.psm1" : "shellIntegration.ps1",
26
);
27
28
export function escapeSingleQuotes(p: string): string {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments