We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7e3d06 + 6c562f7 commit a1f7a4bCopy full SHA for a1f7a4b
README.md
@@ -175,6 +175,14 @@ dotnet script register
175
176
After registering you can simple type **your.csx** to execute your cshell program.
177
178
+> NOTE: dotnet script register will fail if visual studio code has been installed, as it registers
179
+> itself as an editor for .csx files in a way that causes the dotnet script register command to not work correctly.
180
+> To fix this execute:
181
+> ```cmd
182
+> reg delete HKCU\Software\classes\.csx /f
183
+> dotnet script register
184
+> ```
185
+
186
187
## CHANGELOG
188
0 commit comments