diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-06-28 16:03:41 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-06-28 16:03:41 +0200 |
| commit | a3b3d5af3579fb722195ad7aa77f6fc009f4fdb1 (patch) | |
| tree | 65fadc94a9a4d25b80ec598345aecac436d4ca46 | |
| parent | b41b684c2fb55dcd507c942bae90ed11b8689081 (diff) | |
Add support for Code - OSS (and the M$ build)
| l--------- | code/.config/Code - OSS/User/settings.json | 1 | ||||
| -rw-r--r-- | code/.config/Code/User/settings.json (renamed from codium/.config/VSCodium/User/settings.json) | 2 | ||||
| l--------- | code/.config/VSCodium/User/settings.json | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/code/.config/Code - OSS/User/settings.json b/code/.config/Code - OSS/User/settings.json new file mode 120000 index 0000000..ee3af5b --- /dev/null +++ b/code/.config/Code - OSS/User/settings.json @@ -0,0 +1 @@ +/home/bond/dotfiles/code/.config/Code/User/settings.json
\ No newline at end of file diff --git a/codium/.config/VSCodium/User/settings.json b/code/.config/Code/User/settings.json index af6b6dd..fd4d719 100644 --- a/codium/.config/VSCodium/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -91,6 +91,8 @@ "window.restoreWindows": "none", "window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${appName}", "window.titleBarStyle": "custom", + "window.zoomLevel": -1, + "workbench.editor.enablePreview": false, "workbench.editor.enablePreviewFromQuickOpen": false, "workbench.iconTheme": "material-icon-theme", diff --git a/code/.config/VSCodium/User/settings.json b/code/.config/VSCodium/User/settings.json new file mode 120000 index 0000000..ee3af5b --- /dev/null +++ b/code/.config/VSCodium/User/settings.json @@ -0,0 +1 @@ +/home/bond/dotfiles/code/.config/Code/User/settings.json
\ No newline at end of file |
