We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0323e5f commit 3e224a3Copy full SHA for 3e224a3
src/VSCode.DebugAdapter/App.config
@@ -3,4 +3,16 @@
3
<startup>
4
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
5
</startup>
6
+ <!--
7
+ Секция appSettings позволяет настроить логирование отладки с помощью Serilog
8
+ Для конкретных настроек и их значений обращайтесь к справке Serilog
9
+ https://github.com/serilog/serilog/wiki/Configuration-Basics
10
+ -->
11
+ <!-- Пример включения лога с уровнем подробности Debug, записываемого в файл
12
+ <appSettings>
13
+ <add key="serilog:minimum-level" value="Debug" />
14
+ <add key="serilog:using:File" value="Serilog.Sinks.File" />
15
+ <add key="serilog:write-to:File.path" value="OneScript.Debugger.log" />
16
+ </appSettings>
17
18
</configuration>
0 commit comments