Skip to content

Commit 75b8467

Browse files
Add alias to language
1 parent 7b09569 commit 75b8467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"contributes": {
2424
"languages": [{
2525
"id": "fsharp",
26+
"aliases": [ "F#" ],
2627
"extensions": [ ".fs", ".fsx", ".fsi" ],
2728
"configuration": "./fsharp.configuration.json"
2829
}],

0 commit comments

Comments
 (0)