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
Copy file name to clipboardExpand all lines: .github/endgame_plan.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,19 @@
23
23
-[ ] Sanity test release candidate VSIX against VS Code RC
24
24
Tip: You can use the dev containers in the this repo for testing against linux (just open the repo and use thd command `Dev Containers: Reopen in Container`)
25
25
-[ ] Windows
26
-
-[ ] win32-x64
26
+
-[ ] win32-x64 (tip: use https://devbox.microsoft.com/)
27
27
-[ ] win32-arm64
28
28
-[ ] macOS
29
-
-[ ] darwin-x64
30
29
-[ ] darwin-arm64
31
-
-[ ] Linux
30
+
-[ ] darwin-x64 (tip: use rosetta mode, see below)
31
+
> [!TIP]
32
+
> Testing Mac x64 on Apple Silicon as follows
33
+
> Install Mac Universal version of Code
34
+
> Right click on the app in `finder` and select `Get Info`
35
+
> Select the option `Open using Rosetta`
36
+
> Open VS Code
37
+
> Its very very slow, (some times just hangs forever, might crash/restart, after all its an emulation).
38
+
-[ ] Linux (tip: use VS Code sanity testing https://github.com/microsoft/vscode/wiki/Sanity-Check#linux-using-the-clitunnels)
0 commit comments