Skip to content

Conversation

@alcarney
Copy link
Member

@alcarney alcarney commented Jan 6, 2025

This option controls when the language server rebuilds the project. The server's default configuration is equivalent to setting

      {
        "esbonio.sphinx.buildTriggers": {
          "onSave": true,
          "onChange": 2.0, // seconds
        }
      }

where it will rebuild each time a file is saved, or each time a file is changed - with a 2 second delay. Setting onChange to false will disable it entirely.

Closes #935

@alcarney alcarney merged commit 5753e57 into swyddfa:develop Jan 6, 2025
14 checks passed
@alcarney alcarney deleted the build-triggers branch January 6, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only refresh the preview when file is saved

1 participant