be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
831 stars 57 forks source link

snap vscode on linux #184

Closed vinaooo closed 1 year ago

vinaooo commented 1 year ago

hi I cant activate the custom CSS, i think this is due to SNAP instalation on linux, maybe this is a permission problem

AshkanV commented 1 year ago

Hello Use these instructions: https://askubuntu.com/questions/919091/why-cant-snap-files-be-modified-in-any-way

For example:

workbench_path="/snap/code/current/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/"
mkdir -p "${HOME}${workbench_path}"
cp "${workbench_path}/"* "${HOME}${workbench_path}"
sudo mount --bind "${HOME}${workbench_path}" "${workbench_path}"

and use the service described from the above link to make the mounting procedure automatic

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.