File tree Expand file tree Collapse file tree 3 files changed +626
-39
lines changed Expand file tree Collapse file tree 3 files changed +626
-39
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## v0 .0.9
3
+ ## 0 .0.9(2024-04-22)
4
4
5
5
- The UI was optimized and a deprecated tag was added to indicate that the API is not recommended.
6
6
7
- ## v0 .0.8
7
+ ## 0 .0.8(2024-04-10)
8
8
9
9
- Fixed some Windows compatibility issues.
10
10
- Optimized the UI interface of webview.
11
11
12
- ## v0 .0.7
12
+ ## 0 .0.7(2024-03-27)
13
13
14
14
- Launch experience satisfaction questionnaire survey
15
15
- You are welcome to submit your questions and suggestions on the [ experience questionnaire] ( https://g.alicdn.com/aes/tracker-survey-preview/0.0.13/survey.html?pid=fePxMy&id=3486 ) .
16
16
17
- ## v0 .0.6
17
+ ## 0 .0.6(2024-02-21)
18
18
19
19
- Surpport code snippets.
20
20
21
- ## v0 .0.5
21
+ ## 0 .0.5(2024-01-22)
22
22
23
23
- Added aliyun-cli installation instructions.
24
24
25
- ## v0 .0.3
25
+ ## 0 .0.3(2024-01-03)
26
26
27
27
- Support API calling.
28
28
- Support SDK code sample.
29
29
30
- ## v0 .0.1
30
+ ## 0 .0.1(2023-12-24)
31
31
32
32
Initial release
33
33
Original file line number Diff line number Diff line change 3
3
"displayName" : " Alibaba Cloud API Toolkit" ,
4
4
"description" : " The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services." ,
5
5
"author" : " Alibaba Cloud SDK Team" ,
6
- "version" : " 0.0.8 " ,
6
+ "version" : " 0.0.9 " ,
7
7
"private" : true ,
8
8
"publisher" : " alibabacloud-openapi" ,
9
9
"license" : " Apache-2.0" ,
211
211
"media" : " cd media && vite --mode browser" ,
212
212
"package" : " vsce package" ,
213
213
"build:media" : " cd media && npm run build" ,
214
+ "install:media" : " cd media && yarn install" ,
214
215
"reinstall" : " rimraf node_modules && npm i" ,
215
216
"afterinstall" : " cd ../../ && lerna bootstrap" ,
216
217
"build:ncc" : " rimraf dist && ncc build ./src/extension.ts -o dist -m --license licenses.txt && mv dist/index.js dist/extension.js" ,
217
- "vscode:prepublish" : " npm run build:media && npm run build:ncc" ,
218
+ "vscode:prepublish" : " yarn install && npm run install:media && npm run build:media && npm run build:ncc" ,
218
219
"esbuild-base" : " esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node --minify" ,
219
220
"esbuild" : " npm run esbuild-base -- --sourcemap" ,
220
221
"esbuild-watch" : " npm run esbuild-base -- --sourcemap --watch" ,
You can’t perform that action at this time.
0 commit comments