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
varfs=require('fs');for(vari=0;i<200;i++){fs.writeFileSync('consumer_'+i+'.ts',`import {x} from './provider';console.log(x);`)}fs.writeFileSync('provider.ts',`export var x = 'Hello world';`)
run node generator.js
open the folder where you have generated these files
do a search for x whole words, case sensitive, *.ts files only
replace everything with y
run the replace
close VS Code
open VS Code
the files are restored and slowly dots are appearing next to the file names. (why slowly?)
try to close all the files (via right click close all, or via the close all editors action in the explorer)
You get prompted for each and every one. This is a regression IMHO since in the stable version there is a single dialog that prompts me for all 200+ files:
The text was updated successfully, but these errors were encountered:
Testing #16544
generator.js
node generator.js
x
whole words, case sensitive,*.ts
files onlyy
The text was updated successfully, but these errors were encountered: