We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
style
1 parent 5965287 commit 0b776fcCopy full SHA for 0b776fc
1 file changed
src/configuration.ts
@@ -579,7 +579,6 @@ export class Configuration {
579
* Set the single-line comments language definitions.
580
*/
581
private setSingleLineCommentLanguageDefinitions() {
582
- let style: string;
583
const tempMap: Map<string, string> = new Map();
584
this.languageConfigs.forEach((config: vscode.LanguageConfiguration, langId: string) => {
585
// console.log(langId, config.comments.lineComment);
0 commit comments