-
Notifications
You must be signed in to change notification settings - Fork 6.3k
-
System: window11 ub virtual host v22.04
Start Command: Yarn Run Watch
Browser: firefox
Visit address: 127.0.0.1:8084/ or 0.0.0.0:8084
Firewall not enabled
File permissions are: 777
Enter password (copied) from login screen
The monitor on the page shows Forbidden.
What's the reason for asking for help?
屏幕截图 2025年02月10日 182124
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Development workflow
git clone https://github.com/coder/code-server.git - Clone code-server
git submodule update --init - Clone vscode submodule
quilt push -a - Apply patches to the vscode submodule.
npm install - Install dependencies
npm run watch - Launch code-server localhost:8080. code-server will be live reloaded when changes are made; the browser needs to be refreshed manually.
Beta Was this translation helpful? Give feedback.
All reactions
-
quilt push -a - Apply patches to the vscode submodule.
Beta Was this translation helpful? Give feedback.
All reactions
-
Are you still getting Forbiden with these steps? Usually Forbidden means the patches were not applied.
Beta Was this translation helpful? Give feedback.