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
Rename Symbol can wander off into files, that are undesired to change. Just now I had several lines using __dirname global variable, I decided to use an another user defined variable settings.paths.root and used Rename Symbol it worked fine, except it also went into .\typings\node\node.d.ts and changed it there as well... This happens even if I exclude the typings dir in .vscode\settings.json
From @Spown on June 9, 2016 14:18
Rename Symbol
can wander off into files, that are undesired to change. Just now I had several lines using__dirname
global variable, I decided to use an another user defined variablesettings.paths.root
and usedRename Symbol
it worked fine, except it also went into.\typings\node\node.d.ts
and changed it there as well... This happens even if I exclude thetypings
dir in.vscode\settings.json
Copied from original issue: microsoft/vscode#7478
The text was updated successfully, but these errors were encountered: