File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
packages/dbml-vs-code-extension/extension/constants Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ // In the text below, you may notice a spelling
2+ // mistake: dblm instead of dbml.
3+ // But by changing this, users will lose their table
4+ // position if the plugin version is updated.
5+ // This constant is the identifier given to the webview
6+ // displaying the diagram, and since the positions of
7+ // tables and so on are stored in the localStorage, a
8+ // change to this ID will cause this data to be lost,
9+ // as if a brand new webview were created.
110export const WEB_VIEW_NAME = "dblm-preview-webview" ;
2- export const WEB_VIEW_TITLE = "DBLM Diagram Preview" ;
11+
12+ export const WEB_VIEW_TITLE = "DBML Diagram Preview" ;
313export const EXTENSION_CONFIG_SESSION = "dbmlERDPreviewer" ;
You can’t perform that action at this time.
0 commit comments