mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Added Q# to languages.
This commit is contained in:
parent
a2ddfbea59
commit
d1df811f02
@ -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.
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user