mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Enabling no-redundant-jsdoc for tslint
This commit is contained in:
@@ -535,9 +535,7 @@ export function isValidLocationForEmmetAbbreviation(document: vscode.TextDocumen
|
||||
|
||||
/**
|
||||
* Expands abbreviations as detailed in expandAbbrList in the editor
|
||||
* @param editor
|
||||
* @param expandAbbrList
|
||||
* @param insertSameSnippet
|
||||
*
|
||||
* @returns false if no snippet can be inserted.
|
||||
*/
|
||||
function expandAbbreviationInRange(editor: vscode.TextEditor, expandAbbrList: ExpandAbbreviationInput[], insertSameSnippet: boolean): Thenable<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user