aboutsummaryrefslogtreecommitdiff
path: root/.config/VSCodium
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-11-11 08:51:30 -0500
committertdro <tdro@users.noreply.github.com>2022-11-11 08:51:30 -0500
commitac0e6a5f37c269f29a6bde1dece2ee554d6a035a (patch)
tree18e66686987006deb975d747b34c771330da263d /.config/VSCodium
parentb2adc6c4c4867d61e6d26deb281512b9d5352b44 (diff)
downloaddotfiles-ac0e6a5f37c269f29a6bde1dece2ee554d6a035a.tar.gz
dotfiles-ac0e6a5f37c269f29a6bde1dece2ee554d6a035a.tar.bz2
dotfiles-ac0e6a5f37c269f29a6bde1dece2ee554d6a035a.zip
.config: Add codium settings.json
Diffstat (limited to '.config/VSCodium')
-rw-r--r--.config/VSCodium/User/settings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json
new file mode 100644
index 0000000..7040482
--- /dev/null
+++ b/.config/VSCodium/User/settings.json
@@ -0,0 +1,8 @@
+{
+ "workbench.startupEditor": "none",
+ "update.mode": "none",
+ "window.menuBarVisibility": "toggle",
+ "update.showReleaseNotes": false,
+ "extensions.autoCheckUpdates": false,
+ "extensions.autoUpdate": false
+} \ No newline at end of file