This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "editor.suggestOnTriggerCharacters": false, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.acceptSuggestionOnEnter": "off", | |
| "editor.wordBasedSuggestions": false, | |
| "editor.fontFamily": "'Ubuntu Mono'", | |
| "editor.renderIndentGuides": true, | |
| "editor.lineHeight": 25.88854382, | |
| "editor.minimap.maxColumn": 120, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { | |
| "key": "ctrl+numpad_divide", | |
| "command": "editor.action.commentLine", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "ctrl+shift+7", | |
| "command": "-editor.action.commentLine", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.location.origin.replace(/^(https?:\/\/)?(.+\.)?([^\.]+\.[^\/]+)\/?.*$/i, '$1new-subdomain.$3'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mongoexport --db <DB> --collection <COLLECTION> --fields <FIELDS> --type=csv --out <OUT> --host <HOST:PORT> --authenticationDatabase admin --ssl --username <USERNAME> --password <PASSWORD> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| devices: ({ | |
| name: "Wireless Mouse MX Master 3"; | |
| dpi: 1200; | |
| hiresscroll: { | |
| hires: true; | |
| invert: false; | |
| target: false; | |
| }; | |
| smartshift: { | |
| on: true; |
OlderNewer