Added Q# to languages.

This commit is contained in:
Juha Ristolainen 2019-04-04 19:51:18 +01:00
parent a2ddfbea59
commit d1df811f02
3 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@ All notable changes to the "code-stats-vscode" extension will be documented in t
### Changed ### Changed
Added Q# to languages.
Merged PR from thebird956: Merged PR from thebird956:
Replaced deprecated 'vscode.previewHtml' command to the webview API. Replaced deprecated 'vscode.previewHtml' command to the webview API.

View File

@ -26,6 +26,8 @@ This extension contributes the following settings:
### 1.0.15 ### 1.0.15
Added Q# to languages.
Merged PR from thebird956: Merged PR from thebird956:
Replaced deprecated 'vscode.previewHtml' command to the webview API. Replaced deprecated 'vscode.previewHtml' command to the webview API.

View File

@ -67,6 +67,7 @@ export function getLanguageName(langId: string): string {
perl6: "Perl 6", perl6: "Perl 6",
php: "PHP", php: "PHP",
powershell: "PowerShell", powershell: "PowerShell",
qsharp: "Q#",
jade: "Pug", jade: "Pug",
python: "Python", python: "Python",
r: "R", r: "R",