We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #196194
I set:
const fileWatcherOptions: vscode.FileSystemWatcherOptions = { excludes: ['**/test/**'], };
Created a folder, test, and this was logged:
test
/Users/meganrogge/VSCodeLaunchBug/test created. (at console.<anonymous> (/Users/meganrogge/Repos/vscode/vscode/out/vs/workbench/api/common/file:/Users/meganrogge/Repos/vscode/vscode/src/vs/workbench/api/common/extHostConsoleForwarder.ts:49:10))
The text was updated successfully, but these errors were encountered:
@meganrogge can you please share the full sample, including the call to create the file system watcher?
Sorry, something went wrong.
#196455 maybe related with a fix coming in only today.
Yeah @bpasero mine was very similar setup to that one, so believe this can be closed as a duplicate
It works for me in today's insider's
bpasero
No branches or pull requests
Testing #196194
I set:
Created a folder,
test
, and this was logged:The text was updated successfully, but these errors were encountered: