18 lines
525 B
JSON
18 lines
525 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"rust-analyzer.linkedProjects": ["./windmill-common/Cargo.toml"],
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"remote.portsAttributes": {
|
|
"8000": {
|
|
"label": "Development Server",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"remote.autoForwardPorts": true,
|
|
"conventionalCommits.scopes": [
|
|
"restructring triggers, decoding trigger message on work"
|
|
],
|
|
"files.exclude": { "**/*ee.rs": false },
|
|
"search.exclude": { "**/*ee.rs": false }
|
|
}
|