Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/VSCodeExtension/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ node_modules
NOTICE.txt
package.json
package-lock.json
syntaxes/qsharp.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"copyright": "Copyright ⓒ 2017-2019 Microsoft Corporation. All Rights Reserved.",
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "qsharp",
"version": "#SEMVER_VERSION#",
"fileTypes": [
"qs"
],
Expand Down