We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc78927 commit 1b58498Copy full SHA for 1b58498
.gitignore
@@ -117,7 +117,12 @@ typings/
117
118
.yarn/cache
119
.yarn/plugins
120
+.yarn/sdks
121
.yarn/install-state.gz
122
.pnp.*
123
124
+# macOS
125
.DS_Store
126
+
127
+# VSCode
128
+.vscode
README.md
@@ -7,6 +7,10 @@ Nodejs 18 and Yarn 1.22+ are required.
7
## Setup
8
9
yarn install
10
11
+### Editor setup
12
13
+For VSCode : https://yarnpkg.com/getting-started/editor-sdks#vscode
14
15
## Build
16
0 commit comments