diff --git a/CHANGELOG.md b/CHANGELOG.md index ba822b5..b0a4048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to the "code-stats-vscode" extension will be documented in t ### Changed +Added Q# to languages. + Merged PR from thebird956: Replaced deprecated 'vscode.previewHtml' command to the webview API. diff --git a/README.md b/README.md index 335db4c..6bca24b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ This extension contributes the following settings: ### 1.0.15 +Added Q# to languages. + Merged PR from thebird956: Replaced deprecated 'vscode.previewHtml' command to the webview API. diff --git a/src/utils.ts b/src/utils.ts index 895fe79..8e9716b 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -67,6 +67,7 @@ export function getLanguageName(langId: string): string { perl6: "Perl 6", php: "PHP", powershell: "PowerShell", + qsharp: "Q#", jade: "Pug", python: "Python", r: "R",