|
366 | 366 | "editor.tabSize": 3, |
367 | 367 | }, |
368 | 368 | "latex-workshop.formatting.latex": "latexindent", |
369 | | - "latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/.hidden/.latex-workshop", |
| 369 | + "latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/.hidden/latex-workshop", |
370 | 370 | "latex-utilities.message.update.show": false, |
371 | 371 |
|
372 | 372 | // |
|
467 | 467 | "cSpell.diagnosticLevel": "Information", |
468 | 468 | "cSpell.dictionaryDefinitions": [ |
469 | 469 | { |
470 | | - "name": "Personal", |
| 470 | + "name": "For Myself", |
471 | 471 | "path": "~/.devresources/dictionary-hyperupcall.txt", |
472 | 472 | "addWords": true, |
473 | 473 | }, |
| 474 | + { |
| 475 | + "name": "People Names", |
| 476 | + "path": "~/.devresources/dictionary-names.txt", |
| 477 | + "addWords": true, |
| 478 | + "supportNonStrictSearches": true, |
| 479 | + }, |
| 480 | + { |
| 481 | + "name": "General Words", |
| 482 | + "path": "~/.devresources/dictionary-general.txt", |
| 483 | + "addWords": true, |
| 484 | + }, |
| 485 | + { |
| 486 | + "name": "My Computer Science", |
| 487 | + "path": "~/.devresources/dictionary-compsci.txt", |
| 488 | + "addWords": true, |
| 489 | + }, |
474 | 490 | { |
475 | 491 | "name": "My Bash", |
476 | 492 | "path": "~/.devresources/dictionary-bash.txt", |
|
482 | 498 | "addWords": true, |
483 | 499 | }, |
484 | 500 | ], |
485 | | - "cSpell.dictionaries": ["Personal", "My Bash", "My Linux"], |
| 501 | + "cSpell.dictionaries": ["For Myself", "General Words", "My Computer Science", "My Bash", "My Linux", "People Names"], |
486 | 502 | "cSpell.ignorePaths": [ |
487 | 503 | "package-lock.json", |
488 | 504 | "node_modules", |
|
534 | 550 | "githubPullRequests.queries": [ |
535 | 551 | { |
536 | 552 | "label": "Copilot on My Behalf", |
537 | | - "query": "repo:${owner}/${repository} is:open author:copilot assignee:${user}", |
| 553 | + "query": "repo:${owner}/${repository} is:open author:copilot assignee:${user}" |
538 | 554 | }, |
539 | 555 | { |
540 | 556 | "label": "Local Pull Request Branches", |
541 | | - "query": "default", |
| 557 | + "query": "default" |
542 | 558 | }, |
543 | 559 | { |
544 | 560 | "label": "Waiting For My Review", |
545 | | - "query": "repo:${owner}/${repository} is:open review-requested:${user}", |
| 561 | + "query": "repo:${owner}/${repository} is:open review-requested:${user}" |
546 | 562 | }, |
547 | 563 | { |
548 | 564 | "label": "Created By Me", |
549 | | - "query": "repo:${owner}/${repository} is:open author:${user}", |
| 565 | + "query": "repo:${owner}/${repository} is:open author:${user}" |
550 | 566 | }, |
551 | 567 | { |
552 | 568 | "label": "Created By Me 2", |
553 | | - "query": "repo:SchemaStore/schemastore is:open", |
| 569 | + "query": "repo:SchemaStore/schemastore is:open" |
554 | 570 | }, |
555 | 571 | { |
556 | 572 | "label": "All Open", |
557 | | - "query": "default", |
558 | | - }, |
| 573 | + "query": "default" |
| 574 | + } |
559 | 575 | ], |
560 | 576 | "workbench.iconTheme": "icons", |
561 | 577 | "window.autoDetectColorScheme": true, |
562 | | - "workbench.preferredLightColorTheme": "Quiet Light", |
| 578 | + "workbench.preferredLightColorTheme": "Bearded Theme Milkshake Raspberry", |
563 | 579 | } |
0 commit comments