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
And I found the (vscode glob pattern document)[https://code.visualstudio.com/docs/editor/glob-patterns], it seems that vscode implement its glob pattern, and doesn't exported in its api? (or I don't find it)
So, could vscode export its glob api, and the extensions can behave same with the vscode.
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
And this file import some files from the src/vs/base/common directory and those file also import other files and some from parent nls directory
so It need to copy whole directory to my project.
I thinks this may make its hard to catch up the update from the source.
So it can be very useful if it can import from the vscode base library.
It's very useful to do some filters with include and exclude options when I do search/replace in vscode.
And I want to develop a extension and I hope my extension has same behavior when do some filter to files like below .
And I found the (vscode glob pattern document)[https://code.visualstudio.com/docs/editor/glob-patterns], it seems that vscode implement its glob pattern, and doesn't exported in its api? (or I don't find it)
So, could vscode export its glob api, and the extensions can behave same with the vscode.
The text was updated successfully, but these errors were encountered: