File tree 3 files changed +14
-4
lines changed
packages/vscode-ui5-language-assistant
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Please see the top level [ Contribution Guide] ( ../../CONTRIBUTING.md ) for the project setup and all development flows.
4
4
5
+ ## Updating the List of Features
6
+
7
+ The [ README.md] ( ./README.md ) includes a list of features.
8
+ Each commit which adds a new feature, ** must** also update the list of features.
9
+
10
+ By modifying this package's files in a ` feat: ` type commit As that will ensure
11
+ This package's [ CHANGELOG] ( ./CHANGELOG.md ) and ** version** will be updated appropriately
12
+ during release.
13
+
5
14
## Package-specific Development Flows
6
15
7
16
This package is a VS Code extension and uses [ VS Code APIs] ( https://code.visualstudio.com/api ) .
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ and cannot be configured by the end user.
69
69
- Duplicate ID tags
70
70
- Wrong cardinality of aggregation
71
71
- Wrong type of tags inside aggregations
72
+ - Missing or empty ID when ` flexEnabled ` is true (stableID)
72
73
73
74
- Warnings:
74
75
Original file line number Diff line number Diff line change 1346
1346
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.0.tgz#e3f52b4d7397eaa9193592ef3fdd44dc0af4298c"
1347
1347
integrity sha512-flgpHJjntpBAdJD43ShRosQvNC0ME97DCfGvZEDlAThQmnerRXrLbX6YgzRBQCZTthET9eAWFAMaYP0m0Y4HzQ==
1348
1348
1349
- " @types/vscode@1.46 .0 " :
1350
- version "1.46 .0"
1351
- resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.46 .0.tgz#53f2075986e901ed25cd1ec5f3ffa5db84a111b3 "
1352
- integrity sha512-8m9wPEB2mcRqTWNKs9A9Eqs8DrQZt0qNFO8GkxBOnyW6xR//3s77SoMgb/nY1ctzACsZXwZj3YRTDsn4bAoaUw ==
1349
+ " @types/vscode@1.47 .0 " :
1350
+ version "1.47 .0"
1351
+ resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.47 .0.tgz#4a4051c21ecaadcf383a2c4387bea282540e96de "
1352
+ integrity sha512-nJA37ykkz9FYA0ZOQUSc3OZnhuzEW2vUhUEo4MiduUo82jGwwcLfyvmgd/Q7b0WrZAAceojGhZybg319L24bTA ==
1353
1353
1354
1354
" @typescript-eslint/[email protected] " :
1355
1355
version "3.6.1"
You can’t perform that action at this time.
0 commit comments