From 89ce0d6b6f17581aa437ddfdddb77d99ebb96081 Mon Sep 17 00:00:00 2001 From: Andrey Ovsyankin Date: Tue, 12 Nov 2024 12:04:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B1=D0=B0=D0=B3-=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=20=D0=B2=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=D0=BB=D0=BE=D0=B3=D0=B5=20bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.csproj | 2 +- src/VSCode.DebugAdapter/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.csproj b/Build.csproj index 8641c52a3..9cac8d242 100644 --- a/Build.csproj +++ b/Build.csproj @@ -133,7 +133,7 @@ src/VSCode.DebugAdapter/VSCode.DebugAdapter.csproj - $(DebugAdapterDir) + $(DebugAdapterDir)/bin diff --git a/src/VSCode.DebugAdapter/package.json b/src/VSCode.DebugAdapter/package.json index 5d8c25b7c..975e19d1b 100644 --- a/src/VSCode.DebugAdapter/package.json +++ b/src/VSCode.DebugAdapter/package.json @@ -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",