Skip to content

Instantly share code, notes, and snippets.

@dwalleck
Last active March 12, 2020 18:56
Show Gist options
  • Save dwalleck/11b5626508ac50888926eeb85620cc2d to your computer and use it in GitHub Desktop.
Save dwalleck/11b5626508ac50888926eeb85620cc2d to your computer and use it in GitHub Desktop.
vs code config
{"lastUpload":"2020-03-12T18:56:16.230Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "af14ddf1-c53e-4d84-82d2-f0d31549ea80",
"publisherId": "Fudge.auto-using",
"publisherDisplayName": "Fudge"
},
"name": "auto-using",
"publisher": "Fudge",
"version": "0.7.15"
},
{
"metadata": {
"id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
"publisherId": "bungcip.better-toml",
"publisherDisplayName": "bungcip"
},
"name": "better-toml",
"publisher": "bungcip",
"version": "0.3.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "1d9b1776-4188-4b43-b23f-bab3d47537e9",
"publisherId": "vsls-contrib.codetour",
"publisherDisplayName": "vsls-contrib"
},
"name": "codetour",
"publisher": "vsls-contrib",
"version": "0.0.4"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-dotnettools.csharp",
"publisherDisplayName": "ms-dotnettools"
},
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.21.14"
},
{
"metadata": {
"id": "80c8f9ff-3535-4b4a-b3db-e88f5752bb18",
"publisherId": "kreativ-software.csharpextensions",
"publisherDisplayName": "kreativ-software"
},
"name": "csharpextensions",
"publisher": "kreativ-software",
"version": "1.3.2"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.6"
},
{
"metadata": {
"id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
"publisherId": "k--kato.docomment",
"publisherDisplayName": "k--kato"
},
"name": "docomment",
"publisher": "k--kato",
"version": "0.1.8"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "ms-vscode.powershell",
"publisherDisplayName": "ms-vscode"
},
"name": "powershell",
"publisher": "ms-vscode",
"version": "2020.3.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.2.64397"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.50.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.50.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.42.3"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.0.0"
}
]
{
"window.zoomLevel": 1,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.gist": "11b5626508ac50888926eeb85620cc2d",
"yaml.schemas": {
"file:///home/dwalleck/.vscode-server/extensions/atlassian.atlascode-2.4.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.jira.jqlList": [
{
"id": "61fd9afb-ab7b-4573-b760-3ab80d21669c",
"enabled": true,
"name": "My datarobot Issues",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "95d9ca21-14d5-4831-81fb-a55d40bb0b3e",
"monitor": true
}
],
"editor.minimap.enabled": false,
"files.autoSave": "afterDelay",
"python.jediEnabled": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment