Skip to content

Commit 54afc3b

Browse files
committed
Changed to FDTD (big change) and CPML (also big change)
- and other caused by this adjustments - may not be fully debuged
1 parent 834e888 commit 54afc3b

6 files changed

Lines changed: 1524 additions & 1152 deletions

File tree

.vscode/settings.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"chat.tools.terminal.autoApprove": {
3+
"/^cargo build$/": {
4+
"approve": true,
5+
"matchCommandLine": true
6+
},
7+
"/^cargo build 2>&1 \\| Select-Object -First 30$/": {
8+
"approve": true,
9+
"matchCommandLine": true
10+
},
11+
"/^cargo clippy --all-targets -- -W clippy::all 2>&1 \\| Select-String \"warning:\"$/": {
12+
"approve": true,
13+
"matchCommandLine": true
14+
},
15+
"/^cargo build --release$/": {
16+
"approve": true,
17+
"matchCommandLine": true
18+
},
19+
"/^cargo build --release 2>&1 \\| head -50$/": {
20+
"approve": true,
21+
"matchCommandLine": true
22+
},
23+
"/^cargo run --release$/": {
24+
"approve": true,
25+
"matchCommandLine": true
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)