* add new column * handled worskpaced route * update .sqlx * update: rename migration file, rewrite query for checking existing route path key, add copy button url for each route trigger * update .sqlx * update sql query * update .sqlx * fix: prevent precedence on query * nits * update .sqlx * update query * Update http_triggers.rs * nits * handling two new option in http route 'wrap_body' and 'raw_string' * update sqlx and add wrap_body and raw_string to http route * fix: undefined route path * nits: remove unnecessay ref as type implement copy * nits * fix: undefined protection --------- Co-authored-by: HugoCasa <hugo@casademont.ch>
16 lines
438 B
JSON
16 lines
438 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"
|
|
]
|
|
}
|