Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update VS Code settings #25985

Merged
merged 3 commits into from Mar 2, 2024

Conversation

shinGangan
Copy link
Contributor

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

The 'Code Actions on Save and Auto' specification was changed in the 2023.11 VSCode update.

The changes are quoted below.

The setting value updates are as follows, with the previous boolean values to be deprecated in favor of the string equivalent.

The options are:

  • explicit - Triggers Code Actions when explicitly saved. Same as true.
  • always - Triggers Code Actions when explicitly saved and on Auto Saves from window or focus changes.
  • never - Never triggers Code Actions on save. Same as false.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have added tests (if possible).
  • I have updated the documentation accordingly.

Copy link

stackblitz bot commented Feb 27, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

nuxt-studio bot commented Feb 27, 2024

βœ… Live Preview ready!

Name Edit Preview Latest Commit
Nuxt Docs Edit on Studio β†—οΈŽ View Live Preview ccb2c3e

@shinGangan
Copy link
Contributor Author

This PR is a low priority due to document updates.
Please review when you are available. πŸ™

@shinGangan shinGangan changed the title docs: support VSCode codeActionOnSave update docs: support VSCode codeActionOnSave update (#25985) Feb 27, 2024
@shinGangan shinGangan changed the title docs: support VSCode codeActionOnSave update (#25985) docs: update VSCode settings (#25985) Feb 27, 2024
@DamianGlowala DamianGlowala changed the title docs: update VSCode settings (#25985) docs: update VS Code settings Feb 27, 2024
@danielroe
Copy link
Member

Thank you!

@danielroe danielroe merged commit ea343ec into nuxt:main Mar 2, 2024
3 of 4 checks passed
@github-actions github-actions bot mentioned this pull request Mar 2, 2024
@shinGangan shinGangan deleted the docs/update-vscode-settings branch March 2, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants