Skip to content

Commit 05c62f8

Browse files
authored
Fix: AutoBuild
1 parent 2e564da commit 05c62f8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
],
5151
// Remove / comment the next 3 lines to remove dark view for pdf
5252
"latex-workshop.view.pdf.color.dark.pageColorsBackground": "#171717", // For Dark Viewwer
53+
"latex-workshop.latex.autoBuild.run": "never",
5354
"latex-workshop.view.pdf.color.dark.pageColorsForeground": "#FFFFFF", // For Dark Viewer
5455
"latex-workshop.view.pdf.color.dark.backgroundColor": "#171717", // For Dark Viewer
5556
"editor.formatOnSave": true,

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [Screenshot](#screenshot)
1616
- [Why](#why)
1717
- [Just use overleaf](#just-use-overleaf)
18+
- [Whats New](#whats-new)
1819
- [Installation Instructions](#installation-instructions)
1920
- [Where is my PDF?](#where-is-my-pdf)
2021
- [Editor Instructions](#editor-instructions)
@@ -61,6 +62,11 @@ Yes, but
6162
- Pay 40$ to collaborate with more than 1 person
6263
- No VSCode, Code formatting, Grammarly, Or Dark Mode / Customization
6364

65+
## Whats New
66+
67+
- [GitHub Copilot](#github-copilot)
68+
- **[FIX]:** Autobuild fixes. No more annoying Error Notifications in every second.
69+
6470
## Installation Instructions
6571

6672
> You can either fork this repository or just use as a template. However, you will not get latest updates if you use this as a template.

0 commit comments

Comments
 (0)