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 96738bc commit eff2419Copy full SHA for eff2419
src/webviews/webview-side/selectInputSettings/index.tsx
@@ -1,6 +1,3 @@
1
-// Copyright (c) Microsoft Corporation.
2
-// Licensed under the MIT License.
3
-
4
import * as React from 'react';
5
import * as ReactDOM from 'react-dom';
6
@@ -21,4 +18,3 @@ ReactDOM.render(
21
18
<SelectInputSettingsPanel baseTheme={baseTheme} vscodeApi={vscodeApi} />,
22
19
document.getElementById('root') as HTMLElement
23
20
);
24
0 commit comments