Skip to content

Commit

Permalink
Define more file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmwyant committed Nov 14, 2020
1 parent e2ad548 commit cc59d22
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes will be documented in this file.

Contributors: This document uses style guidelines from [Keep A Changelog](http://keepachangelog.com/).

## [v0.1.1] - 2020-11-13

### Chagned

The list of file extensions should have been expanded before the last release. See complete list of supported file extensions in package.json at the root of the repository.

## [v0.1.0] - 2020-11-13

Merge dev branch into master. This is the initial release. Previous version numbers were simply used to test the GitHub Actions continuous deployment workflow. Since this is the intial release, I won't go into much detail here, I'll just list the featuers and put the details the project's README.
Expand Down
50 changes: 48 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "gcode",
"displayName": "G-Code",
"description": "The premier Visual Studio Code extension for G-Code",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"author": {
"name": "Scott M. Wyant",
Expand Down Expand Up @@ -38,7 +38,53 @@
"gcode"
],
"extensions": [
".nc"
".001",
".apt",
".cls",
".cnc",
".din",
".dmp",
".dnc",
".ecs",
".eia",
".fan",
".fgc",
".fnc",
".g",
".g00",
".gc",
".gcd",
".gcode",
".h",
".hnc",
".knc",
".maz",
".min",
".mpf",
".mpr",
".mpt",
".nc",
".ncc",
".ncd",
".ncf",
".ncg",
".ncp",
".ngc",
".out",
".pim",
".pit",
".plt",
".ply",
".ppg",
".prg",
".ptp",
".rol",
".sbc",
".sbp",
".spf",
".t",
".tap",
".xpi"
],
"configuration": "./assets/language-configuration.json"
}
Expand Down

0 comments on commit cc59d22

Please sign in to comment.