mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

Rename workspace files #998

Closed gjsjohnmurray closed 1 year ago

gjsjohnmurray commented 1 year ago

Previously the two .code-workspace files in the were both named project.code-workspace which meant they could only be differentiated in recently-used lists or on VS Code titlebars etc if the path info was also shown.

This PR renames the main one vscode-sqltools.code-workspace and the one used for testing test-vscode-sqltools.code-workspace

It also sneaks a setting into launch.json that enables debugging of the webviews used to display some parts of the extension's UI.


Thank you for your contribution! Before submitting this PR, please make sure: