Skip to content
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

Research steps involved in building a VS Code plugin #3

Open
arsulegai opened this issue Feb 6, 2024 · 1 comment
Open

Research steps involved in building a VS Code plugin #3

arsulegai opened this issue Feb 6, 2024 · 1 comment

Comments

@arsulegai
Copy link
Member

The expectation here is to document, and the relevant links from the VS Code's documentation, including sample codebase. The ask is to create a sample plugin that would print "Hello World".

An individual task list can be created as a research activity for each of the following.

Note:

  1. Identify and document any system dependencies. For instance, VS Code plugin while working on Mac vs Windows. The finding could be in terms of the default configurations, the system dependencies.
  2. Research how to run the codebase, along with opening of port. Imagine running chaincode as a service, remotely connecting to an existing blockchain network.
  3. Research how to pass a configuration file to the code at runtime. Checkout the "Debugger Extension" at https://code.visualstudio.com/api/extension-guides/debugger-extension . Would it be possible to pass a runtime configuration file here? How to deal with such complexity when multiple configuration files are passed?
@literalEval
Copy link

Hey @arsulegai . I am Ravi Dev Pandey, pursuing my final year at Indian Institute of Technology, Varanasi, India.

I have worked extensively with Code Editor Integration during my Google Summer of Code period last year, where I built a doc checker, custom linter, and quick fix for the codebase.

I would love to use my knowledge of plugin development for this project. Thanks.

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

No branches or pull requests

2 participants