Skip to content

Comments

Added features to the Makefile and Activation event#427

Closed
robconery wants to merge 3 commits intomainfrom
robconery/dev-mode-help
Closed

Added features to the Makefile and Activation event#427
robconery wants to merge 3 commits intomainfrom
robconery/dev-mode-help

Conversation

@robconery
Copy link

Added features to the Makefile to install npm packages on build if not present, and to always compile. Added a handleProtoFileOpened event to check and ensure the language server is running. If not, it starts it up. This helps in dev mode if a previous extension version is there. The impact is minimal if the server is running (it exits).

Please check the Makefile to be sure it meets with your standards. Hope this is helpful!

…t present, and to always compile. Added a handleProtoFileOpened event to check and ensure the language server is running. If not, it starts it up. This helps in dev mode if a previous extension version is there. The impact is minimal if the server is running (it exits)
@robconery robconery added the enhancement New feature or request label Aug 8, 2025
@CLAassistant
Copy link

CLAassistant commented Aug 8, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@doriable doriable left a comment

Choose a reason for hiding this comment

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

Thank you for putting this up!

Copy link
Member

@doriable doriable left a comment

Choose a reason for hiding this comment

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

Just a couple of small things, thank you!

Copy link
Member

@doriable doriable left a comment

Choose a reason for hiding this comment

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

Going to approve, just left a small nit -- I'll investigate biome + unused imports ^^" Thank you!

import { stopLanguageServer } from "./commands/stop-lsp";
import { log } from "./log";
import { activateStatusBar, deactivateStatusBar } from "./status-bar";
import { bufState } from "./state";
Copy link
Member

Choose a reason for hiding this comment

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

This import should be unused now ^^" Hmm, unfortunate that CI doesn't catch that... o_o

@robconery
Copy link
Author

Going to close this as I think most of these things were either my mistake or already dealt with.

@robconery robconery closed this Aug 18, 2025
@stefanvanburen stefanvanburen deleted the robconery/dev-mode-help branch January 22, 2026 14:49
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.

4 participants