Skip to content

Commit

Permalink
Fix: AutoBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjib-sen authored Mar 11, 2023
1 parent 2e564da commit 05c62f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
],
// Remove / comment the next 3 lines to remove dark view for pdf
"latex-workshop.view.pdf.color.dark.pageColorsBackground": "#171717", // For Dark Viewwer
"latex-workshop.latex.autoBuild.run": "never",
"latex-workshop.view.pdf.color.dark.pageColorsForeground": "#FFFFFF", // For Dark Viewer
"latex-workshop.view.pdf.color.dark.backgroundColor": "#171717", // For Dark Viewer
"editor.formatOnSave": true,
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Screenshot](#screenshot)
- [Why](#why)
- [Just use overleaf](#just-use-overleaf)
- [Whats New](#whats-new)
- [Installation Instructions](#installation-instructions)
- [Where is my PDF?](#where-is-my-pdf)
- [Editor Instructions](#editor-instructions)
Expand Down Expand Up @@ -61,6 +62,11 @@ Yes, but
- Pay 40$ to collaborate with more than 1 person
- No VSCode, Code formatting, Grammarly, Or Dark Mode / Customization

## Whats New

- [GitHub Copilot](#github-copilot)
- **[FIX]:** Autobuild fixes. No more annoying Error Notifications in every second.

## Installation Instructions

> 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.
Expand Down

0 comments on commit 05c62f8

Please sign in to comment.