You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSP v3.12.0 has added a new request named textDocument/prepareRename (see microsoft/language-server-protocol#455). We should implement this to prevent people from renaming random things in a Dockerfile.
The only things that we should allow people to rename are:
variable names
build stage names
The text was updated successfully, but these errors were encountered:
LSP v3.12.0 has added a new request named
textDocument/prepareRename
(see microsoft/language-server-protocol#455). We should implement this to prevent people from renaming random things in a Dockerfile.The only things that we should allow people to rename are:
The text was updated successfully, but these errors were encountered: