Commit 6f2b9ca
authored
Include build number in Positron version string for better version tracking (i.e. for dailies) (#11008)
Addresses #10688
In this PR, I updated the version string to include both the version and
build number so that folks on daily builds can also get those bootstrap
installed extensions working correctly.
I think the best way to check that this is working correctly is to
simulate a build number change by manually editing
`~/.positron-dev/extensions/.version` to have a different build number.
@:extensions
### Release Notes
#### New Features
- N/A
#### Bug Fixes
- Fixed how bootstrap installed extensions check Positron's version so
that the dailies get correct extensions installed.
### QA Notes
You can also simulate a build number change by manually editing the
`.version` file for your _release_ build, i.e. at
`~/.positron/extensions/.version`, or alternatively, you could carefully
notice when you get a daily build update and see that the bootstrap
extensions get installed afresh.
You can see when this happens in the "Shared" output channel, with a
message like:
> [info] [Shared] First launch after first install, upgrade, or
downgrade. Installing bootstrapped extensions1 parent 00177b2 commit 6f2b9ca
File tree
1 file changed
+1
-1
lines changed- src/vs/platform/extensionManagement/node
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments