Skip to content

Commit

Permalink
Сборка дебаг-адаптера в подкаталоге bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ovsyankin committed Nov 12, 2024
1 parent 4a084a0 commit 89ce0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<Target Name="BuildDebugger">
<PropertyGroup>
<DebuggerProject>src/VSCode.DebugAdapter/VSCode.DebugAdapter.csproj</DebuggerProject>
<LocalResolvedOutput>$(DebugAdapterDir)</LocalResolvedOutput>
<LocalResolvedOutput>$(DebugAdapterDir)/bin</LocalResolvedOutput>
</PropertyGroup>

<MSBuild Projects="$(DebuggerProject)" Properties="OutputPath=$(LocalResolvedOutput);Configuration=Release"/>
Expand Down
2 changes: 1 addition & 1 deletion src/VSCode.DebugAdapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oscript-debug",
"displayName": "OneScript Debug (BSL)",
"version": "0.9.0",
"version": "0.9.1",
"publisher": "EvilBeaver",
"description": "Visual Studio Code debugger extension for OneScript (BSL)",
"icon": "images/logo-dbg.png",
Expand Down

0 comments on commit 89ce0d6

Please sign in to comment.