Skip to content

Commit da58475

Browse files
author
Chouzz
authored
Add-html (#9)
* Add html file for call hierarchy panel * Setup base webview for call hierarchy
1 parent cfbd0f5 commit da58475

9 files changed

+1583
-2
lines changed

src/webview/app/callHierarchy.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
http-equiv="Content-Security-Policy"
7+
content="default-src 'none'; style-src ${webview.cspSource}; img-src ${webview.cspSource} https:; script-src 'nonce-${nonce}';"
8+
/>
9+
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
12+
<link href="${stylesResetUri}" rel="stylesheet" />
13+
<link href="${stylesMainUri}" rel="stylesheet" />
14+
15+
<title>${title}</title>
16+
</head>
17+
<body></body>
18+
</html>

0 commit comments

Comments
 (0)