40 lines
1.8 KiB
JSON
40 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "prometheus_wireguard_exporter_dev",
|
||
|
"dockerComposeFile": ["docker-compose.yml"],
|
||
|
"service": "vscode",
|
||
|
"runServices": ["vscode"],
|
||
|
"shutdownAction": "stopCompose",
|
||
|
"postCreateCommand": "",
|
||
|
"workspaceFolder": "/workspace",
|
||
|
// "overrideCommand": "",
|
||
|
"extensions": [
|
||
|
"matklad.rust-analyzer",
|
||
|
"tamasfe.even-better-toml", // for Cargo.toml
|
||
|
"eamodio.gitlens", // IDE Git information
|
||
|
"davidanson.vscode-markdownlint",
|
||
|
"ms-azuretools.vscode-docker", // Docker integration and linting
|
||
|
"shardulm94.trailing-spaces", // Show trailing spaces
|
||
|
"Gruntfuggly.todo-tree", // Highlights TODO comments
|
||
|
"bierner.emojisense", // Emoji sense for markdown
|
||
|
"stkb.rewrap", // rewrap comments after n characters on one line
|
||
|
"vscode-icons-team.vscode-icons", // Better file extension icons
|
||
|
"github.vscode-pull-request-github", // Github interaction
|
||
|
"redhat.vscode-yaml", // Kubernetes, Drone syntax highlighting
|
||
|
"bajdzis.vscode-database", // Supports connections to mysql or postgres, over SSL, socked
|
||
|
"IBM.output-colorizer", // Colorize your output/test logs
|
||
|
// "mohsen1.prettify-json", // Prettify JSON data
|
||
|
// "zxh404.vscode-proto3", // Supports Proto syntax
|
||
|
// "jrebocho.vscode-random", // Generates random values
|
||
|
// "alefragnani.Bookmarks", // Manage bookmarks
|
||
|
// "quicktype.quicktype", // Paste JSON as code
|
||
|
// "spikespaz.vscode-smoothtype", // smooth cursor animation
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.eol": "\n",
|
||
|
"remote.extensionKind": {
|
||
|
"ms-azuretools.vscode-docker": "workspace"
|
||
|
},
|
||
|
"editor.codeActionsOnSaveTimeout": 3000,
|
||
|
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer"
|
||
|
}
|
||
|
}
|