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
Currently, there is no indication to the user when the web view has been modified from the last save state.
Add this indicator based off of what VSCode does to indicate a modified, unsaved file. Note the "m" on the .fuseki tab of the webview:
The text was updated successfully, but these errors were encountered:
Might be useful: https://code.visualstudio.com/api/extension-capabilities/theming
Sorry, something went wrong.
No branches or pull requests
Checklist before submitting a feature request
Is your feature request related to a problem? If yes, describe the problem
Currently, there is no indication to the user when the web view has been modified from the last save state.
Describe the desired feature
Add this indicator based off of what VSCode does to indicate a modified, unsaved file.
Note the "m" on the .fuseki tab of the webview:
Additional context
The text was updated successfully, but these errors were encountered: