Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19b5519

Browse files
Remove executable check for OpenDebugAD7 (microsoft#8046) (microsoft#8047)
1 parent60aa015 commit19b5519

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

‎Extension/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3401,7 +3401,8 @@
34013401
"darwin"
34023402
],
34033403
"architectures": [
3404-
"x64"
3404+
"x64",
3405+
"arm64"
34053406
],
34063407
"binaries": [
34073408
"./debugAdapters/bin/OpenDebugAD7"

‎Extension/src/main.ts‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ async function offlineInstallation(info: PlatformInformation): Promise<void> {
209209
setInstallationStage('cleanUpUnusedBinaries');
210210
awaitcleanUpUnusedBinaries(info);
211211

212-
setInstallationStage('makeBinariesExecutable');
213-
awaitmakeBinariesExecutable();
214-
215212
setInstallationStage('makeOfflineBinariesExecutable');
216213
awaitmakeOfflineBinariesExecutable(info);
217214

@@ -227,9 +224,6 @@ async function onlineInstallation(info: PlatformInformation): Promise<void> {
227224

228225
awaitdownloadAndInstallPackages(info);
229226

230-
setInstallationStage('makeBinariesExecutable');
231-
awaitmakeBinariesExecutable();
232-
233227
setInstallationStage('rewriteManifest');
234228
awaitrewriteManifest();
235229

@@ -262,10 +256,6 @@ async function downloadAndInstallPackages(info: PlatformInformation): Promise<vo
262256
});
263257
}
264258

265-
functionmakeBinariesExecutable():Promise<void>{
266-
returnutil.allowExecution(util.getDebugAdaptersPath("OpenDebugAD7"));
267-
}
268-
269259
functionpackageMatchesPlatform(pkg:IPackage,info:PlatformInformation):boolean{
270260
returnPlatformsMatch(pkg,info)&&
271261
(pkg.architectures===undefined||ArchitecturesMatch(pkg,info))&&

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp