Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tomlm/CShell
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Dec 16, 2024
2 parents e7e3d06 + 6c562f7 commit a1f7a4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ dotnet script register

After registering you can simple type **your.csx** to execute your cshell program.

> NOTE: dotnet script register will fail if visual studio code has been installed, as it registers
> itself as an editor for .csx files in a way that causes the dotnet script register command to not work correctly.
> To fix this execute:
> ```cmd
> reg delete HKCU\Software\classes\.csx /f
> dotnet script register
> ```
## CHANGELOG
Expand Down

0 comments on commit a1f7a4b

Please sign in to comment.