We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425e4eb + 61c10fa commit 9879e15Copy full SHA for 9879e15
README.md
@@ -231,6 +231,12 @@ The most convenient way to debug this plugin is to use an Experimental Instance
231
- run a project (F5)
232
- it should start Visual Studio Experimental Instance with dexter-vs installed as an extension
233
234
+However, if you decide to test the extension by installing it from the .vsix file (generated in the Debug folder),
235
+remember to **disable the Visual Studio "automatic extension update"**
236
+(Options->Environment->Extensions and Update->Automatically update extensions).
237
+The automatic update will change the plugin to the most recent version on the Marketplace,
238
+i.e. get rid of all the development changes.
239
+
240
</details>
241
242
# Future plans
0 commit comments