Skip to content

Commit e87c0e1

Browse files
committed
docs: update faq
1 parent 2cae58a commit e87c0e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,24 +181,28 @@ To disable all external resources, setup:
181181

182182
## FAQ
183183

184-
### No Effect?
184+
### No Effect
185185

186186
If you are using Windows or Linux, make sure you have closed all the VSCode windows and then restart.
187187

188188
If you are using MacOS, press <kbd>Command + Q</kbd> first, then restart VSCode.
189189

190190
There are [guide](https://github.com/subframe7536/vscode-custom-ui-style/issues/1#issuecomment-2423660217) and [video](https://github.com/subframe7536/vscode-custom-ui-style/issues/2#issuecomment-2432225106) (MacOS) of the process.
191191

192+
### EROFS
193+
194+
This extension need to modify VSCode's source code but VSCode runs on read-only filesystem (snap, AppImage...). Maybe you need to choose another way to install VSCode.
195+
192196
### RangeError: Maximum call stack size exceeded
193197

194-
Due to system permission restrictions, you will receive `RangeError: Maximum call stack size exceeded` prompt when you reload the configuration. You need to fully close VSCode first (press <kbd>Command + Q</kbd> on MacOS), then run:
198+
Due to system permission restrictions, maybe you will receive `RangeError: Maximum call stack size exceeded` prompt when you reload the configuration. You need to fully close VSCode first (press <kbd>Command + Q</kbd> on MacOS), then run:
195199

196200
```sh
197201
# MacOS
198202
sudo chown -R $(whoami) "/Applications/Visual Studio Code.app"
199203

200204
# Linux
201-
sudo chown -R $(whoami) "/opt/visual-studio-code"
205+
sudo chown -R $(whoami) "/usr/local/code"
202206
```
203207

204208
See in [#6](https://github.com/subframe7536/vscode-custom-ui-style/issues/6)

0 commit comments

Comments
 (0)