Skip to content

Commit a42a175

Browse files
committed
Install x86 language services on windows arm64
1 parent 5e48576 commit a42a175

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
"win32"
134134
],
135135
"architectures": [
136-
"x86"
136+
"x86",
137+
"arm64"
137138
],
138139
"installTestPath": "./.omnisharp/1.37.11/OmniSharp.exe",
139140
"platformId": "win-x86",
@@ -345,7 +346,8 @@
345346
"win32"
346347
],
347348
"architectures": [
348-
"x86"
349+
"x86",
350+
"arm64"
349351
]
350352
},
351353
{

0 commit comments

Comments
 (0)