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
Refs: #103120
Complexity: 3
Create Issue
We have new API for coloring codicons:
vscode/src/vs/vscode.d.ts
Lines 826 to 827 in 35c3949
Starting with the tree sample, use the new API to try changing icon colors in the tree. For example, try using a ThemeIcon here:
https://github.com/microsoft/vscode-extension-samples/blob/7b9a0a8c4c631e393862c3e767c7be26bb2233b2/tree-view-sample/src/jsonOutline.ts#L125-L126
Things to verify:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refs: #103120
Complexity: 3
Create Issue
We have new API for coloring codicons:
vscode/src/vs/vscode.d.ts
Lines 826 to 827 in 35c3949
Starting with the tree sample, use the new API to try changing icon colors in the tree. For example, try using a ThemeIcon here:
https://github.com/microsoft/vscode-extension-samples/blob/7b9a0a8c4c631e393862c3e767c7be26bb2233b2/tree-view-sample/src/jsonOutline.ts#L125-L126
Things to verify:
The text was updated successfully, but these errors were encountered: