Skip to content

Commit eba5e4f

Browse files
committed
docs: update contributing guide for VSCode Ext
1 parent fb488eb commit eba5e4f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

packages/vscode-ui5-language-assistant/CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Please see the top level [Contribution Guide](../../CONTRIBUTING.md) for the project setup and all development flows.
44

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+
514
## Package-specific Development Flows
615

716
This package is a VS Code extension and uses [VS Code APIs](https://code.visualstudio.com/api).

packages/vscode-ui5-language-assistant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ and cannot be configured by the end user.
6969
- Duplicate ID tags
7070
- Wrong cardinality of aggregation
7171
- Wrong type of tags inside aggregations
72+
- Missing or empty ID when `flexEnabled` is true (stableID)
7273

7374
- Warnings:
7475

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,10 +1346,10 @@
13461346
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.0.tgz#e3f52b4d7397eaa9193592ef3fdd44dc0af4298c"
13471347
integrity sha512-flgpHJjntpBAdJD43ShRosQvNC0ME97DCfGvZEDlAThQmnerRXrLbX6YgzRBQCZTthET9eAWFAMaYP0m0Y4HzQ==
13481348

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==
13531353

13541354
"@typescript-eslint/[email protected]":
13551355
version "3.6.1"

0 commit comments

Comments
 (0)