Skip to content

Commit 65693c9

Browse files
committed
docs: adding better readme to vscode extension
1 parent f28341a commit 65693c9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

vscode/extension/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# 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

Comments
 (0)