Skip to content

github action to build the binaries on windows#82

Open
MXZZ wants to merge 43 commits into
davi0015:mainfrom
MXZZ:main
Open

github action to build the binaries on windows#82
MXZZ wants to merge 43 commits into
davi0015:mainfrom
MXZZ:main

Conversation

@MXZZ

@MXZZ MXZZ commented Jul 8, 2026

Copy link
Copy Markdown

I was able to build both portable and standard version of vscode

@davi0015

Copy link
Copy Markdown
Owner

use feature branch to create a pull request

this._rerender = res.rerender;

this._register(this._reactComponentDisposable);
this._register(res);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not needed

jobs:
build-windows:
name: Build on Windows
runs-on: windows-latest

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Windows job hardcodes VS 2026 (v18) but runs on windows-latest with no fallback — unlike the macOS job which pins macos-14. Can you confirm this builds green against the current windows-latest image? If VS 18 isn't on it, npm ci will fail hard.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Davi0015!! thanks, yes it works i'm using it on my computer, i ve made those with opus4.8 so I dont mind to do some fixes , let me know

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it, please check the other 2 comments

MXZZ added 2 commits July 16, 2026 10:28
synch from davi00015 repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants