Skip to content

Commit

Permalink
Merge pull request #2108 from quadratichq/qa
Browse files Browse the repository at this point in the history
QA Nov 27
  • Loading branch information
davidkircos authored Jan 6, 2025
2 parents a089267 + 83d6972 commit c85c820
Show file tree
Hide file tree
Showing 505 changed files with 33,245 additions and 25,017 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ quadratic-files/target/
quadratic-files/storage
quadratic-multiplayer/target/
quadratic-multiplayer/updateAlertVersion.json
quadratic-shared/src/auto_gen_path.rs

# Generated JS files
quadratic-api/node_modules/
Expand Down
15 changes: 14 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
"editor.formatOnSave": true,
"cSpell.words": [
"actix",
"ayush",
"bigdecimal",
"bincode",
"bindgen",
"CRPXNLSKVLJFHH",
"dashmap",
"dbgjs",
"dcell",
"ddimaria",
"dgraph",
"dotenv",
"endregion",
"finitize",
"Fuzzysort",
"GETCELL",
"getcells",
"gramm",
"grammarly",
"Hasher",
Expand All @@ -26,6 +31,7 @@
"jwks",
"MDSL",
"micropip",
"minmax",
"msdf",
"nonblank",
"Northbridge",
Expand All @@ -34,10 +40,15 @@
"peekable",
"pixi",
"pixiapp",
"Plotly",
"proptest",
"pulumi",
"pyimport",
"rects",
"RELCELL",
"relcells",
"reqwest",
"rfind",
"scrollend",
"shadcn",
"Signin",
Expand All @@ -47,6 +58,7 @@
"szhsin",
"thiserror",
"Timelike",
"trackpad",
"undoable",
"unspill",
"vals",
Expand All @@ -56,11 +68,12 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"rust-analyzer.runnables.extraEnv": { "CARGO_TARGET_DIR": "target/rust-analyzer" },
"rust-analyzer.check.extraArgs": ["--target-dir=target/rust-analyzer"],
"rust-analyzer.checkOnSave": true,
"rust-analyzer.cargo.unsetTest": true,
// "rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.server.extraEnv": { "CARGO_TARGET_DIR": "target/rust-analyzer" },
"rust-analyzer.runnables.extraEnv": { "CARGO_TARGET_DIR": "target/rust-analyzer" },
"files.associations": {
"*.grid": "json"
},
Expand Down
Loading

0 comments on commit c85c820

Please sign in to comment.