File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 44.gitignore
55.yarnrc
66vsc-extension-quickstart.md
7- ** /tsconfig.json
8- ** /eslint.config.mjs
9- ** /* .map
10- ** /* .ts
11- ** /.vscode-test. *
7+ tsconfig.json
8+ eslint.config.mjs
9+ * .map
10+ * .ts
11+ .vscode-test. *
12+ docker-compose.yml
13+ .env
14+ .env-keep
15+ seed.sql
16+ justfile
17+ test /
18+ .release-please-manifest.json
19+ CHANGELOG.md
20+ README.md
21+ release-please-config.json
22+
23+
Original file line number Diff line number Diff line change 22 "name" : " postgrestools-vscode" ,
33 "publisher" : " Supabase" ,
44 "description" : " Postgres Language Server right in your IDE." ,
5- "version" : " 0.0.1 " ,
5+ "version" : " 0.0.0 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/supabase-community/pglt-vscode"
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
12- }
12+ }
You can’t perform that action at this time.
0 commit comments