Skip to content

Commit a94267d

Browse files
committed
docs: add linux faq #6
1 parent b4c0e72 commit a94267d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,14 @@ There are [guide](https://github.com/subframe7536/vscode-custom-ui-style/issues/
190190

191191
### RangeError: Maximum call stack size exceeded
192192

193-
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 (press <kbd>Command + Q</kbd>) VSCode first, then run:
193+
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:
194194

195195
```sh
196+
# MacOS
196197
sudo chown -R $(whoami) "/Applications/Visual Studio Code.app"
198+
199+
# Linux
200+
sudo chown -R $(whoami) "/opt/visual-studio-code"
197201
```
198202

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

0 commit comments

Comments
 (0)