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
The caching of the Pub package name cache is not working because of this code here:
Dart-Code/src/shared/vscode/workspace.ts
Lines 11 to 17 in 57a5511
The URI is now a vscode-userdata:/ URI and we only handle file.
vscode-userdata:/
file
We should isntead keep the URI and use workspace.fs to read/write this file.
workspace.fs
The text was updated successfully, but these errors were encountered:
8e2aaf8
No branches or pull requests
The caching of the Pub package name cache is not working because of this code here:
Dart-Code/src/shared/vscode/workspace.ts
Lines 11 to 17 in 57a5511
The URI is now a
vscode-userdata:/
URI and we only handlefile
.We should isntead keep the URI and use
workspace.fs
to read/write this file.The text was updated successfully, but these errors were encountered: