Open mirekphd opened 2 weeks ago
Hmm this is maybe tricky. The version number is accurate because it is meant to be the version of VS Code, which is 1.95.1.
But maybe we should change the name
to code-oss
or something like that.
But maybe we should change the
name
tocode-oss
or something like that.
There are two app names and two versions here, so the full info would be two key:value pairs... or at least a matching pair :) Now we have a key from one pair and a value from another...
We have two package.json
files, one in the root and one in lib/vscode
, the root one is code-server
and the lib/vscode
one is code-oss
, which I think makes sense because architecturally they are implemented as separate applications and are separate codebases.
Is there an existing issue for this?
OS/Web Information
Local, remote OS: Ubuntu 22.04 Remote Architecture: amd64
Steps to Reproduce
code-server
check its version using two methods:a) the
--version
switch:versus:
b) the version stored in
package.json
:Expected
Actual
Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response