Skip to content

Instantly share code, notes, and snippets.

@rbideau
Last active September 23, 2020 19:56
Show Gist options
  • Save rbideau/2324caef72397a3c669939c0f5018d71 to your computer and use it in GitHub Desktop.
Save rbideau/2324caef72397a3c669939c0f5018d71 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-05-16T07:39:09.034Z","extensionVersion":"v3.2.9"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.9"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.11.3"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.13.0"
},
{
"metadata": {
"id": "a9151cd6-3338-48bc-bc6e-ba97e22489dd",
"publisherId": "Perkovec.emoji",
"publisherDisplayName": "Perkovec"
},
"name": "emoji",
"publisher": "Perkovec",
"version": "0.0.3"
},
{
"metadata": {
"id": "081cd2e9-bc51-4ea3-977e-544bed2e33a8",
"publisherId": "bierner.emojisense",
"publisherDisplayName": "bierner"
},
"name": "emojisense",
"publisher": "bierner",
"version": "0.5.1"
},
{
"metadata": {
"id": "94cd620d-a2c4-4528-9f78-6facd10f45fc",
"publisherId": "dcortes92.FreeMarker",
"publisherDisplayName": "dcortes92"
},
"name": "FreeMarker",
"publisher": "dcortes92",
"version": "0.0.9"
},
{
"metadata": {
"id": "3e8a391a-f3f0-44b2-8631-7847b0c8839a",
"publisherId": "kumar-harsh.graphql-for-vscode",
"publisherDisplayName": "kumar-harsh"
},
"name": "graphql-for-vscode",
"publisher": "kumar-harsh",
"version": "1.13.1"
},
{
"metadata": {
"id": "f595c9c1-28b5-415e-a55f-2deb4a8c3abd",
"publisherId": "bierner.markdown-emoji",
"publisherDisplayName": "bierner"
},
"name": "markdown-emoji",
"publisher": "bierner",
"version": "0.0.9"
},
{
"metadata": {
"id": "f8d0ffc4-66bb-4a9c-8149-ef8f043691a1",
"publisherId": "bierner.markdown-mermaid",
"publisherDisplayName": "bierner"
},
"name": "markdown-mermaid",
"publisher": "bierner",
"version": "1.1.4"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.7.0"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.4.12954"
},
{
"metadata": {
"id": "6bc1e3ad-c0e2-46b6-bbad-246c5f59215b",
"publisherId": "pmneo.tsimporter",
"publisherDisplayName": "pmneo"
},
"name": "tsimporter",
"publisher": "pmneo",
"version": "2.0.1"
},
{
"metadata": {
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherDisplayName": "DavidAnson"
},
"name": "vscode-markdownlint",
"publisher": "DavidAnson",
"version": "0.26.0"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.181"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
}
]
{
// Définit le langage affiché par VSCode.
// Consultez https://go.microsoft.com/fwlink/?LinkId=761051 pour connaître la liste des langues prises en charge.
// Le changement de la valeur nécessite le redémarrage de VS Code.
"locale":"en"
}
{
"explorer.openEditors.visible": 0,
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"editor.fontFamily": "Fira Code",
"editor.suggest.localityBonus": true,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
"editor.renderWhitespace": "none",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.rendererType": "canvas",
"breadcrumbs.enabled": true,
"markdownlint.config": {
"MD012": { "maximum": 2},
"MD031": false,
"MD032": false
},
"workbench.statusBar.feedback.visible": false,
"diffEditor.ignoreTrimWhitespace": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"mocha.requires": [
"ts-node/register"
],
"mocha.files.glob": "test/**/*.test.ts",
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"text": "TODO",
"color": "tomato",
"backgroundColor": "gold",
"fontWeight": "bold",
"overviewRulerColor": "grey"
},
{
"text": "FIXME",
"color": "darkslategray",
"backgroundColor": "lightcoral",
}
],
"git.alwaysShowStagedChangesResourceGroup": true,
"git.checkoutType": "local",
"gitlab.enableExperimentalFeatures": true,
"gitlab.instanceUrl": "https://gitlab.groupeonepoint.com/",
"liveshare.featureSet": "insiders",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.folders.theme": "classic",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Mocha it": {
"scope": "javascript,typescript",
"prefix": "it",
"body": [
"it(`$1`, () => {",
" /* given */",
" /* when */",
" /* then */",
"});"
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment