Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- //"window.zoomLevel": 0,
- "window.zoomLevel": -0.3,
- "sshextension.allowMultipleConnections": true,
- "workbench.colorCustomizations": {},
- "editor.fontFamily": "Roboto Mono Regular",//"monospace",
- "php.validate.enable": true,
- "php.validate.executablePath": "D:/binary/php-7.3.6/php.exe",
- "php.validate.run": "onSave",
- "debug.console.fontSize": 11,
- "terminal.integrated.fontSize": 12,
- "editor.suggestFontSize": 10,
- "markdown.preview.fontSize": 11,
- "sftp.downloadWhenOpenInRemoteExplorer": true,
- "editor.tabSize": 2,
- "editor.suggestSelection": "first",
- "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
- "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
- "workbench.startupEditor": "newUntitledFile",
- "workbench.colorTheme": "Material Theme Darker",
- // "workbench.iconTheme": "file-icons",
- "editor.fontLigatures": true,
- "C_Cpp.updateChannel": "Insiders",
- "vsicons.dontShowNewVersionMessage": true,
- // "workbench.activityBar.visible": false,
- "workbench.editor.highlightModifiedTabs": true,
- //"explorer.sortOrder": "type",
- "workbench.iconTheme": "vs-minimal",
- "telemetry.enableTelemetry": false,
- "editor.formatOnPaste": true,
- // "editor.cursorStyle": "block",
- // "editor.cursorBlinking": "smooth",
- "files.trimFinalNewlines": true,
- "editor.acceptSuggestionOnEnter": "off",
- "editor.scrollbar.verticalScrollbarSize": 10,
- "editor.scrollbar.horizontal": "visible",
- "editor.scrollbar.horizontalScrollbarSize": 15,
- "[dart]": {
- "editor.formatOnSave": true,
- "editor.formatOnType": true,
- "editor.rulers": [
- 80
- ],
- "editor.selectionHighlight": false,
- "editor.suggest.snippetsPreventQuickSuggestions": false,
- "editor.suggestSelection": "first",
- "editor.tabCompletion": "onlySnippets",
- "editor.wordBasedSuggestions": false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement