microsoft / microsoft/VSExtensibility
When is 'inproc' project needed
Open
@BertanAygun is already working on this.
Since Feb 27, 2024.
- Dominant language
- C#
- Stars
- 440
- Forks
- 63
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
I will be updating a large (>50 commands) in-house extension have 3 questions:
- I've searched the docs and haven't found a list of features in an existing extension that requires it to be updated to an
in procone. I'd appreciate it a) if someone could direct me to where I can find the list of features requiringin procor b) supply the list in the response. - Aside from
DTE, which is used extensively by the existing extension, are there any other dependencies that always need to be injected and if so what are they. - The extension makes extensive use of
EditPoint's. Are/will they be supported inout of procextensions?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.