Skip to content

[IMP] vscode: build vsix in dedicated build folder #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

fda-odoo
Copy link
Collaborator

@fda-odoo fda-odoo commented Jul 9, 2025

No description provided.

@fda-odoo fda-odoo added this to the 0.8.2 milestone Jul 9, 2025
@fda-odoo fda-odoo requested a review from mmahrouss July 9, 2025 12:27
@fda-odoo fda-odoo self-assigned this Jul 9, 2025
@fda-odoo fda-odoo added the enhancement New feature or request label Jul 9, 2025
session.run("rm", "-r", "typeshed", external=True)
session.run("rm", "-r", "additional_stubs", external=True)
session.run("rm", "changelog.md", external=True)

@nox.session()
def build_package_prerelease(session: nox.Session) -> None:
"""Builds VSIX package for publishing."""
os.makedirs("build", exist_ok=True)
os.makedirs(f"build/{session.posargs[0]}", exist_ok=True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

add the same in build_package

@fda-odoo fda-odoo force-pushed the master-vsix-build-folder-fda branch from a376f51 to 5a581e4 Compare July 30, 2025 09:48
@fda-odoo fda-odoo merged commit 86cf98a into master Jul 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants