Skip to content

Commit 1b58498

Browse files
committed
chore: add setup doc for vscode
1 parent bc78927 commit 1b58498

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@ typings/
117117

118118
.yarn/cache
119119
.yarn/plugins
120+
.yarn/sdks
120121
.yarn/install-state.gz
121122
.pnp.*
122123

124+
# macOS
123125
.DS_Store
126+
127+
# VSCode
128+
.vscode

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Nodejs 18 and Yarn 1.22+ are required.
77
## Setup
88

99
yarn install
10+
11+
### Editor setup
12+
13+
For VSCode : https://yarnpkg.com/getting-started/editor-sdks#vscode
1014

1115
## Build
1216

0 commit comments

Comments
 (0)