Skip to content

Commit c8e839f

Browse files
committed
chore(dbml-ext): fix typo
1 parent 43a79a7 commit c8e839f

File tree

1 file changed

+11
-1
lines changed
  • packages/dbml-vs-code-extension/extension/constants

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.
110
export 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";
313
export const EXTENSION_CONFIG_SESSION = "dbmlERDPreviewer";

0 commit comments

Comments
 (0)