mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[html] add hover for tags and embedded css
This commit is contained in:
@@ -599,7 +599,7 @@ export class Hover {
|
||||
|
||||
constructor(contents: vscode.MarkedString | vscode.MarkedString[], range?: Range) {
|
||||
if (!contents) {
|
||||
throw new Error('Illegal argument');
|
||||
throw new Error('Illegal argument, contents must be defined');
|
||||
}
|
||||
|
||||
if (Array.isArray(contents)) {
|
||||
|
||||
Reference in New Issue
Block a user