Skip to content
Open
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ out
node_modules
.vscode-test

!i18n/*/*/out/
!i18n/*/*/out/
.vscode/virtualTab.json
*.vsix
.gitignore
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1 (December 25, 2025)
- Bump extension version to 1.0.1

## 1.0.0 (October, 2024)
- Definition file dependency validation
- Validation command
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Visual Studio Code extension with support for the Fanuc Macro Executor programmi
* English `en`
* Deutsch `de`
* 中文 `zh-cn`
* 中文 `zh-tw`

## Required file extensions
* Macro files `.src`
Expand Down Expand Up @@ -250,6 +251,7 @@ This extension contributes the following settings:
* `macro.validate.enable`: Enables or disables the validation
* `macro.validate.workspace`: Enables or disables the workspace validation
* `macro.validate.onBuild`: Enables or disables the workspace validation when building the project
* `macro.fileEncoding`: Encoding used when reading macro files from disk (use `cp950` for zh-tw sources)

Build settings:
* `macro.build.compiler`: Selection of the macro compiler
Expand Down
Loading