Skip to content

Commit 1285ac0

Browse files
authored
VSCODE-2: Connect form (#50)
1 parent e7dda4c commit 1285ac0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4080
-289
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"plugin:@typescript-eslint/recommended",
1414
"plugin:@typescript-eslint/recommended-requiring-type-checking",
1515
"mongodb-js/node",
16-
"plugin:react/recommended"
16+
"mongodb-js/react"
1717
],
1818
"parserOptions": {
1919
"ecmaVersion": 2018,
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"globals": {
27-
"document": true
27+
"acquireVsCodeApi": true
2828
},
2929
"rules": {
3030
"camelcase": 1,

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
*.vsix
55
.DS_Store
66
test-results.xml
7-
connect-form
87
constants.json
98
.env

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ vsc-extension-quickstart.md
88
**/tslint.json
99
**/*.map
1010
**/*.ts
11+
**/*.tsx
1112
.env

images/mongodb-original.svg

Lines changed: 0 additions & 26 deletions
This file was deleted.

images/mongodb.svg

Lines changed: 0 additions & 26 deletions
This file was deleted.

images/sidebar-leaf.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)