Skip to content

Commit a97280d

Browse files
Enhance Windows development documentation
Added instructions for using Visual Studio on M-series Macs and symlink setup for C-S-S changes.
1 parent b0596b6 commit a97280d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

injected/docs/build-and-troubleshooting.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,17 @@ This document provides platform-specific build instructions, troubleshooting ste
4444

4545
## Windows
4646

47-
- [Work with content-scope-scripts repo on Windows](./development-utilities.md#windows-development)
48-
- [Debugging `autofill.js` (or other submodules) on Windows](https://app.asana.com/1/137249556945/project/1198964220583541/task/1208938714611510)
47+
- Visual Studio in Parallels is extremely usable on an M-series Mac.
48+
- Make sure you get Parallels Pro so that you can set it to use ~8 CPUs and ~16 GB RAM.
49+
- You can purchase this using your Ramp card.
50+
- Set up Visual Studio per the instructions in the Windows browser README.
51+
- To test C-S-S changes, you can create a directory symlink (mklink /D) between submodules/content-scope-scripts ↔ the content-scope-scripts directory in macOS.
52+
- This lets you make C-S-S changes in macOS and then see them in the Windows app.
53+
- Remember to configure Parallels to share your macOS disk.
54+
- A nice-to-have is to set up a WSL environment so that you can use familiar command line tools within Windows (git, vim, Clalude Code, etc.)
55+
- Other guides:
56+
- [Work with content-scope-scripts repo on Windows](./development-utilities.md#windows-development)
57+
- [Debugging `autofill.js` (or other submodules) on Windows](https://app.asana.com/1/137249556945/project/1198964220583541/task/1208938714611510)
4958

5059
## Extensions
5160

0 commit comments

Comments
 (0)