Skip to content

Conversation

@gaauwe
Copy link
Contributor

@gaauwe gaauwe commented Dec 17, 2025

Closes #35930

When a TypeScript file is renamed or moved, vtsls can automatically update the imports in other files. It pops up a message with the option to always automatically update imports. This choice would previously only be remembered for the current session and would pop up again after a restart.

Now we persist that choice to the vtsls LSP settings in Zed, so that it remembers across editor sessions.

Release Notes:

  • When renaming a TypeScript or JavaScript file, the selected option to automatically update imports will now be remembered across editor sessions.
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 17, 2025
@gaauwe gaauwe changed the title Add process_prompt_response to language adapter Dec 17, 2025
@gaauwe gaauwe changed the title Persist vtsls update imports on rename choice Dec 17, 2025
@gaauwe gaauwe merged commit 0c304c0 into main Dec 17, 2025
27 checks passed
@gaauwe gaauwe deleted the vtsls-persist-prompt-choice branch December 17, 2025 14:19
HactarCE pushed a commit that referenced this pull request Dec 17, 2025
Closes #35930

When a TypeScript file is renamed or moved, vtsls can automatically
update the imports in other files. It pops up a message with the option
to always automatically update imports. This choice would previously
only be remembered for the current session and would pop up again after
a restart.

Now we persist that choice to the vtsls LSP settings in Zed, so that it
remembers across editor sessions.

Release Notes:

- When renaming a TypeScript or JavaScript file, the selected option to
automatically update imports will now be remembered across editor
sessions.
rtfeldman pushed a commit that referenced this pull request Jan 5, 2026
Closes #35930

When a TypeScript file is renamed or moved, vtsls can automatically
update the imports in other files. It pops up a message with the option
to always automatically update imports. This choice would previously
only be remembered for the current session and would pop up again after
a restart.

Now we persist that choice to the vtsls LSP settings in Zed, so that it
remembers across editor sessions.

Release Notes:

- When renaming a TypeScript or JavaScript file, the selected option to
automatically update imports will now be remembered across editor
sessions.
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
)

Closes zed-industries#35930

When a TypeScript file is renamed or moved, vtsls can automatically
update the imports in other files. It pops up a message with the option
to always automatically update imports. This choice would previously
only be remembered for the current session and would pop up again after
a restart.

Now we persist that choice to the vtsls LSP settings in Zed, so that it
remembers across editor sessions.

Release Notes:

- When renaming a TypeScript or JavaScript file, the selected option to
automatically update imports will now be remembered across editor
sessions.
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
)

Closes zed-industries#35930

When a TypeScript file is renamed or moved, vtsls can automatically
update the imports in other files. It pops up a message with the option
to always automatically update imports. This choice would previously
only be remembered for the current session and would pop up again after
a restart.

Now we persist that choice to the vtsls LSP settings in Zed, so that it
remembers across editor sessions.

Release Notes:

- When renaming a TypeScript or JavaScript file, the selected option to
automatically update imports will now be remembered across editor
sessions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

2 participants