Skip to content

Commit

Permalink
Mayor release to v1.0 (Read release notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes committed Mar 12, 2017
1 parent 4145c3b commit e51547e
Show file tree
Hide file tree
Showing 100 changed files with 19,035 additions and 75 deletions.
35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
# SQF Language

This extension integrates the SQF Language into Visual Studio Code.
The SQF Syntax was created by [Bohemia Interactive](https://www.bistudio.com/) for its games & simulators.
It's simple and easy to learn even without any knowledge in scripting or programming, for more information visit the [wiki](https://community.bistudio.com/wiki/Scripting_Commands_by_Functionality).

For more information please visit the [wiki](https://community.bistudio.com/wiki/).


## Supported Products
* Operation Flashpoint [OFP & OFP Resistance]
* Enable/Disable commands from OFP via "sqf.enableOFP". Default: enabled (needed for all futher ArmA versions)
* [Wiki: OFP Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Operation_Flashpoint)
* [Wiki: OFP: Resistance Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Operation_Flashpoint:_Resistance)
* Take On Helicopters [ToH]
* Enable/Disable commands from ToH via "sqf.enableTOH". Default: disabled
* [Wiki: OFP Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Operation_Flashpoint)
* Armed Assault [ArmA]
* Enable/Disable commands from ArmA via "sqf.enableARMA". Default: enabled (needed for all futher ArmA versions)
* [Wiki: ArmA Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Armed_Assault)
* Armed Assault 2 & Operation Arrowhead [ArmA 2 & ArmA 2: OA]
* Enable/Disable commands from ArmA 2 via "sqf.enableARMA2". Default: enabled (needed for all futher ArmA versions)
* [Wiki: ArmA 2 Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Arma_2)
* [Wiki: ArmA 2: OA Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Arma_2:_Operation_Arrowhead)
* Armed Assault 3 [ArmA 3]
* Enable/Disable commands from ArmA 3 via "sqf.enableARMA3". Default: enabled (needed for all futher ArmA versions)
* [Wiki: ArmA 3 Commands](https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3)
* Community Based Addons [CBA]
* Enable/Disable commands from CBA via "sqf.enableCBA". Default: disabled
* [Wiki: CBA GitHub](https://github.com/CBATeam/CBA_A3/wiki)
* Contributors: [bux](https://github.com/bux)
* ACE 3 [CBA]
* Enable/Disable commands from ACE3 via "sqf.enableACE3". Default: disabled
* [Wiki: ACE3](https://ace3mod.com/wiki/)
* Contributors: [bux](https://github.com/bux)


## Manual Installation
Expand All @@ -25,7 +51,8 @@ Use this guide if the installation over the marketplace isn't possible.
## Links & Downloads

* [Visual Studio Code](https://code.visualstudio.com/)
* [Project Website](https://armitxes.net/Projects/VSCodeSQF/)
* [GitHub Project](https://github.com/Armitxes/VSCode_SQF)
* [GitHub Project Files (master.zip)](https://github.com/Armitxes/VSCode_SQF/archive/master.zip) [(or older releases)](https://github.com/Armitxes/VSCode_SQF/releases)
* [Discussion](https://forums.bistudio.com/topic/182917-vs-code-sqf-visual-studio-code-sqf-language-release-arma-3-arma-2/)
* [BI Forums](https://forums.bistudio.com/topic/182917-vs-code-sqf-visual-studio-code-sqf-language-release-arma-3-arma-2/)
* [Questions, Bugs & Suggestions](https://github.com/Armitxes/VSCode_SQF/issues)
9 changes: 9 additions & 0 deletions node_modules/vscode-jsonrpc/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions node_modules/vscode-jsonrpc/License.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions node_modules/vscode-jsonrpc/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions node_modules/vscode-jsonrpc/lib/cancellation.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions node_modules/vscode-jsonrpc/lib/cancellation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions node_modules/vscode-jsonrpc/lib/events.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e51547e

Please sign in to comment.