Skip to content

Commit

Permalink
Rough draft of the plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Jul 4, 2021
1 parent b00f2f5 commit 43a9328
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SharedTodo.txt
@@ -0,0 +1,11 @@
Experiment in moving VsVim to shared project files.

This is a reaction to the recommended approach for Dev17 extension writing.

Order of operations
- Move VsVimShared to a shared project
- Move VsSpecific into VsVimShared
- Delete VsSpecific
- Add a document to the References directory to define what its role is going forward
- Removed the ISharedService interface because it's not needed anymore
- Remove support for older versions of Visual Studio. Just leave VS2019 and VS2017

0 comments on commit 43a9328

Please sign in to comment.