Skip to content

Commit 4119e05

Browse files
committed
add folder and fix debugpy path
1 parent 52309bc commit 4119e05

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
import * as path from 'path';
25
import { IExtensionContext } from '../../extension/common/types';
36
import { registerNoConfigDebug as registerNoConfigDebug } from '../../extension/noConfigDebugInit';

0 commit comments

Comments
 (0)