Skip to content

Instantly share code, notes, and snippets.

@ssmooncoder
Last active November 28, 2019 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmooncoder/ba6d5e33556ee06d5db3a8eab1a6af80 to your computer and use it in GitHub Desktop.
Save ssmooncoder/ba6d5e33556ee06d5db3a8eab1a6af80 to your computer and use it in GitHub Desktop.
Windows 10
// Place your settings in this file to overwrite the default settings
{
"java.home": "C:\\Program Files\\Java\\jdk-12.0.1",
"php.validate.executablePath": "C:/wamp64/bin/php/php5.6.25/php.exe",
"window.menuBarVisibility": "default",
"extensions.ignoreRecommendations": false,
"typescript.check.npmIsInstalled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"workbench.sideBar.location": "left",
"editor.multiCursorModifier": "alt",
"editor.minimap.enabled": false,
"C_Cpp.errorSquiggles": "Enabled",
"C_Cpp.intelliSenseEngine": "Default",
"editor.wordWrap": "on",
"telemetry.enableTelemetry": false,
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 16,
"[markdown]": {
"editor.glyphMargin": false
},
"[plaintext]": {
"editor.tabSize": 4
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"java.configuration.checkProjectSettingsExclusions": false,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"debug.console.fontSize": 16,
"terminal.integrated.fontFamily": "Cousine",
"debug.console.fontFamily": "Cousine",
"editor.folding": false,
"terminal.integrated.cursorBlinking": true,
"editor.cursorStyle": "block",
"workbench.editor.tabCloseButton": "off",
"workbench.editor.tabSizing": "shrink",
"workbench.view.alwaysShowHeaderActions": true,
"debug.inlineValues": true,
"markdown.preview.fontSize": 18,
"pasteImage.path": "${currentFileDir}/images",
"files.autoSave": "afterDelay",
"markdown.preview.breaks": true,
"editor.suggest.shareSuggestSelections": true,
"markdown.extension.italic.indicator": "_",
"python.jediEnabled": false,
"vsintellicode.modify.editor.suggestSelection": "disabled",
"macros.list": {
"replSelectEvalRefocus": [
"editor.action.addSelectionToNextFindMatch",
"editor.action.clipboardCopyAction",
"editor.debug.action.selectionToRepl",
"workbench.action.focusFirstEditorGroup"
],
"replEvalRefocus": [
"editor.action.clipboardCopyAction",
"editor.debug.action.selectionToRepl",
"workbench.action.focusFirstEditorGroup"
],
"symbolSelectSearch": [
"editor.action.addSelectionToNextFindMatch",
"editor.action.clipboardCopyAction",
"cancelSelection",
"workbench.action.gotoSymbol",
"editor.action.clipboardPasteAction"
],
"symbolSearch": [
"editor.action.clipboardCopyAction",
"cancelSelection",
"workbench.action.gotoSymbol",
"editor.action.clipboardPasteAction"
],
"addSelectionWatch": [
"editor.action.addSelectionToNextFindMatch",
"editor.debug.action.selectionToWatch",
"debug.renameWatchExpression",
"workbench.action.focusFirstEditorGroup"
// workbench.debug.action.focusWatchView
],
"focusWatch": [
"workbench.debug.action.focusWatchView",
"list.focusFirst"
],
"focusCallStack": [
"workbench.debug.action.focusCallStackView",
"list.focusFirst"
],
"focusReplFilterLast": [
"workbench.debug.action.focusRepl",
"repl.action.filter",
"list.focusLast",
"list.expand",
{
"command": "$delay",
"args": {
"delay": 10
}
},
"list.focusLast"
],
},
"workbench.colorCustomizations": {
"[Monokai]": {
"terminal.foreground": "#f8f8f2",
"foreground": "#f8f8f2"
},
},
"editor.tokenColorCustomizations": {
"[Monokai]": {
"textMateRules": [
{
"scope": [
"punctuation",
"meta.brace"
],
"settings": {
"foreground": "#919288"
}
},
{
"scope": [
"punctuation.definition.comment",
"comment"
],
"settings": {
// "foreground": "#6a9955",
// "foreground": "#7285ba",
"foreground": "#ce9178",
// "foreground": "#6e7066",
"fontStyle": "italic"
}
},
{
"scope": [
"meta.function-call.generic.python", // python method
"support.variable",
"variable.other.property.js",
// "entity.name.type",
// "entity.other.inherited-class"
],
"settings": {
"foreground": "#66d9ef",
}
},
{
"scope": [
"entity.other.attribute-name",
"support.variable.dom"
],
"settings": {
"foreground": "#66d9ef",
"fontStyle": "italic"
}
},
{
"scope": [
"punctuation.separator.annotation.result.python", // python arrow
"storage.type.function.arrow", // js arrow
"punctuation.separator.key-value",
"punctuation.separator.dict.python",
"punctuation.separator.slice.python"
],
"settings": {
"foreground": "#f92672"
}
},
{
"scope": [
"variable.other.constant" // const values
],
"settings": {
"foreground": "#ae81ff"
}
},
{
"scope": [
"meta.attribute.id.html string", // html id attribute
"entity.other.attribute-name.id.css" // css id attribute
],
"settings": {
"foreground": "#fd971f"
}
},
{
"scope": [
"entity.other.attribute-name.class.css", // css class
"support.function.misc.css", // css function
"meta.attribute.class.html string", // html css attribute
"source.js support.function",
],
"settings": {
"foreground": "#a6e22e",
}
},
{
"scope": [
"support.type.property-name.css", // css property value
"meta.structure.dictionary.json string.quoted.double.json" // json value
],
"settings": {
"foreground": "#f8f8f2"
}
},
]
},
},
"explorer.confirmDragAndDrop": false,
"editor.fontSize": 16,
"editor.acceptSuggestionOnEnter": "smart",
"editor.fontFamily": "Cousine, Consolas, 'Courier New', monospace",
"terminal.integrated.commandsToSkipShell": [
"workbench.debug.action.focusRepl",
"workbench.action.debug.stop",
"workbench.action.debug.start",
"workbench.action.debug.restart",
"workbench.action.closePanel",
"workbench.action.debug.stop"
],
"editor.suggestSelection": "recentlyUsed",
"python.formatting.autopep8Args": [
"--indent-size=2"
],
"java.errors.incompleteClasspath.severity": "ignore",
"terminal.external.windowsExec": "wt",
"editor.lineNumbers": "off",
"bookmarks.saveBookmarksInProject": true,
"workbench.colorTheme": "Monokai",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment