diff --git a/workspace/Zernif/.vscode b/workspace/Zernif/.vscode/settings.json similarity index 68% rename from workspace/Zernif/.vscode rename to workspace/Zernif/.vscode/settings.json index 0baa2ba..9f71d57 100644 --- a/workspace/Zernif/.vscode +++ b/workspace/Zernif/.vscode/settings.json @@ -1,7 +1,9 @@ { "editor.wordWrap": "on", + // To show invisibles "editor.renderWhitespace": "all", "editor.tabSize": 2, "editor.tabCompletion": "on", + // To get rid of annoying emoji in Cargo.toml "crates.upToDateDecorator": "", } \ No newline at end of file