We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28341a commit 65693c9Copy full SHA for 65693c9
1 file changed
vscode/extension/README.md
@@ -1 +1,28 @@
1
# SQLMesh VSCode Extension
2
+
3
+## Functionality
4
5
+The following section outlines all the functionality in the Visual Studio Code extension. It is broken up into logical sections.
6
7
+### Authentication
8
9
+The extension allows you to manage your tcloud session within visual studio code
10
11
+- Sign in
12
+- Sign out
13
+- Sign in with specified flow
14
15
+Can see in the bottom left your user account.
16
17
+### Formatting
18
19
+The extension allows you to:
20
21
+- format individual documents explicitely
22
+- format individual documents on save
23
+- format a whole project
24
25
+### Linting
26
27
+The extension allows you to see linting errors and warnings in line.
28
0 commit comments