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 52309bc commit 4119e05Copy full SHA for 4119e05
noConfigDebugAdapterEndpoints/info.txt
@@ -0,0 +1,5 @@
1
+Copyright (c) Microsoft Corporation. All rights reserved.
2
+Licensed under the MIT License.
3
+
4
+This folder is necessary as it is the location where the debug adapter
5
+will create the debuggerAdapterEndpoint.txt to communicate the endpoint.
src/test/unittest/noConfigDebugInit.unit.test.ts
@@ -1,3 +1,6 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
import * as path from 'path';
import { IExtensionContext } from '../../extension/common/types';
6
import { registerNoConfigDebug as registerNoConfigDebug } from '../../extension/noConfigDebugInit';
0 commit comments