Skip to content

Instantly share code, notes, and snippets.

@dmoa
Created February 5, 2024 23:46
Show Gist options
  • Save dmoa/560682f9d5c8ad84b8b249f0e17229e9 to your computer and use it in GitHub Desktop.
Save dmoa/560682f9d5c8ad84b8b249f0e17229e9 to your computer and use it in GitHub Desktop.
{
// } // {
"git.enabled": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.showIcons": false,
"explorer.openEditors.visible": 0,
"explorer.confirmDelete": false,
"files.autoSave": "afterDelay",
"explorer.decorations.badges": false,
"explorer.autoReveal": false,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "newUntitledFile",
"lövelauncher.path": "/Users/Stanislav003/Desktop/LOVE/mac.app",
"editor.renderWhitespace": "none",
"extensions.ignoreRecommendations": true,
"C_Cpp.suggestSnippets": false,
"C_Cpp.renameRequiresIdentifier": false,
"C_Cpp.loggingLevel": "None",
"terminal.integrated.rendererType": "dom",
"launch": {
// "inputs": []
},
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
// "workbench.colorTheme": "White"
// "editor.tokenColorCustomizations": {
// "comments": "#00cc00",
// },
"editor.lineDecorationsWidth": 10,
"editor.glyphMargin": false,
"editor.folding": false,
// "workbench.colorCustomizations": {
// //"editorLineNumber.foreground": "#121212",
// },
"security.workspace.trust.enabled": false,
"workbench.colorTheme": "Palenight Theme",
"workbench.iconTheme": "vs-seti",
"editor.wrappingIndent": "none",
"editor.wordWrapColumn": 90,
"rewrap.autoWrap.enabled": true,
"editor.wordWrap": "on",
"editor.parameterHints.enabled": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.quickSuggestions": false,
"update.enableWindowsBackgroundUpdates": false,
"update.mode": "none",
"extensions.autoUpdate": false,
"files.trimTrailingWhitespace": true,
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace"
},
"explorer.compactFolders": false,
"editor.folding": false,
"editor.detectIndentation": false,
"editor.fontLigatures": null,
"window.menuBarVisibility": "toggle",
"files.autoSaveDelay": 50,
"security.workspace.trust.untrustedFiles": "open",
"debug.onTaskErrors": "debugAnyway",
"editor.suggest.showClasses": false,
"editor.suggest.showConstants": false,
"editor.suggest.showCustomcolors": false,
"editor.suggest.showDeprecated": false,
"editor.suggest.showEnumMembers": false,
"editor.suggest.showEvents": false,
"editor.suggest.showEnums": false,
"editor.suggest.showFields": false,
"editor.suggest.showFiles": false,
"editor.suggest.showFolders": false,
"editor.suggest.showFunctions": false,
"editor.suggest.showInterfaces": false,
"editor.suggest.showIssues": false,
"editor.suggest.showKeywords": false,
"editor.suggest.showMethods": false,
"editor.suggest.showModules": false,
"C_Cpp.intelliSenseEngine": "Disabled",
"C_Cpp.intelliSenseCacheSize": 0,
"editor.suggest.showColors": false,
"editor.suggest.showConstructors": false,
"editor.codeLens": true,
"remote.SSH.remotePlatform": {
"unix.andrew.cmu.edu": "linux",
"shark.ics.cs.cmu.edu": "linux"
},
"files.associations": {
"*.c0": "c",
"*.c1": "c"
},
"editor.minimap.enabled": false,
"workbench.editorAssociations": {
"*.txt": "default"
},
"window.autoDetectHighContrast": false,
"window.zoomLevel": 1,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment