Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openfl/lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://github.com/openfl/lime-vscode-extension

Add 'lime: build' (and family) tasks

7d38599f48a492544e3b54c5606a31043180172c authored almost 6 years ago
Progress on configurable tasks -- seems blocked by Microsoft/vscode#33523

b1bcb540d60c2d5b68e558f382ad96cf8b1f59e9 authored almost 6 years ago
Publish tasks for all commands/targets

3ce4a8c8525aff21ca302da3dc9c2083a1a49bc5 authored almost 6 years ago
Decouple debugger extensions

1725c63b2b57951f1f6676b356c6c68353b5eabc authored almost 6 years ago
Use separate -nolaunch task on debug HTML5

52e13913046d81d3586918d42632673657f372ea authored almost 6 years ago
Build and run on HTML5 debug

01aac48e997d7dcb073657ff405802962bbfb639 authored almost 6 years ago
Add initial support for Chrome debugging (no breakpoints)

6a6a8d39719d8c3bc6e8dd2d0db29b79025e1f2f authored almost 6 years ago
Debugger work

bcfcb09a904a184aea04962b641d8c81921f1121 authored almost 6 years ago
Put HashLink behind version for now

46a3f23710ff7ec0a968fcde2a4418c04769643f authored almost 6 years ago
Warn (and do not continue) if current target debugger is not supported

284b4d57b1527fd956930c13041383c4107ed36a authored almost 6 years ago
Minor change

42a9e0701e7dce0e9cebbbdc6b9c081e7dde8809 authored almost 6 years ago
Simply config provider

c8f7bd12542928d6ef91b2ab8ca65056929a7398 authored almost 6 years ago
Remove dummy debug adapter, fix init debug config

6fde138e3ec70e3eddcfffe80128eca37b48d3ae authored almost 6 years ago
Force -Dfdb if Flash and debug

f253246e2407ec8ad86ab5baca06ec556b41d50e authored almost 6 years ago
Add Haxe debuggers as dependencies

da131e5c777258ff506b283c2f0eaa9aaf84004b authored almost 6 years ago
Add HXCPP debug server lib when building desktop C++

e2e68c7878c927f134572d4da33e02563b5c6a36 authored almost 6 years ago
Use shorter task names

f5a32501828e989f889f35a7f294697a56c29978 authored almost 6 years ago
Add notes

508298ea4b3a6732e2fdf280d0054ba6ece023a6 authored almost 6 years ago
Fix version check

2363853f7620ae37c3c8759b07c3db42490d3cdb authored almost 6 years ago
Add dummy debug adapter

efdd6c9399f36211e8c666f849282875677438c8 authored almost 6 years ago
Minor tweak

a9c94fbff3624c375df70d06879895e5b1b12b66 authored almost 6 years ago
Add Lime version check

561ea34f6912353985db99ec984d42d7c40bb3ba authored almost 6 years ago
Use 'display --output-file' for debug config

4d4681ccaddab5778ced1dd48f7affc65cc72597 authored almost 6 years ago
Working on debug configuration provider

8ac9fde3d82f33ff81963704156c4d1e3d641e43 authored almost 6 years ago
Update package-lock

7bac27a6a46f8576a8acb8d8012f9a6d36a5a953 authored almost 6 years ago
Use haxe-formatter with the new OpenFL code style

967c35960a0665ab68099f154ae30c0a9f63e505 authored almost 6 years ago
Update release date, package-lock

4696ca7693791c9f880cfbe66b4146c081afaa8a authored almost 6 years ago
Add support for clear in haxe.taskPresentation

271323ee6c58ad3936a830ac09479fe3b4fc0134 authored almost 6 years ago
Update changelog

6a947707970dd86e07d32a4e7d0c9c457e8230bf authored almost 6 years ago
Fix tasks not working in VSCode 1.31.0

see Microsoft/vscode#67990

7d44b856a0ca764b988265e4a54b57447a9adaac authored almost 6 years ago
add electron target

b7202baa0d9ee5d0d93387ea6c515e12d0e78c2f authored over 6 years ago
Remove "configuration" from the settings title

9eb18aec52375a8468e4289632ffcca28553a9c6 authored over 6 years ago
Add support for showReuseMessage in haxe.taskPresentation

VSCode 1.25.0 added showReuseMessage as a task presentation option, and vshaxe added support for...

275ad6d9cc9509d749f1d1faf99963fb9cd3f117 authored over 6 years ago
Commit package-lock.json

6cbf86646fe61256df8ca8ae16958ffae9d350cc authored over 6 years ago
Update to 1.2.1

46c74c921bade59236434f44259b5914c6e36a3c authored over 6 years ago
Update CHANGELOG

d603c598b44c872576cf9a454a815eda4e3b951e authored over 6 years ago
Require the same vscode version as vshaxe does

Otherwise, Lime might auto-update itself into an incompatible configuration (see http://communit...

568a66858a066c7890e7f473b7d4f7c634cde079 authored over 6 years ago
Show current target flags in the status bar item's tooltip

47fa22799fba1709d8d08759df153d3beb2aa94b authored almost 7 years ago
Don't clear target flags when canceling the prompt

2041682dcb3002141932fd1dddb73d861c915a37 authored almost 7 years ago
Correct the release date

2f7a76315890934f2679259cad3bc6b47bb3b777 authored almost 7 years ago
Update CHANGELOG

dd9c24d6e51efdef5b2176760aa5d62afafe7b15 authored almost 7 years ago
Quote lime.executable if it's a path

This makes it work with paths that contain spaces or commas. The latter is common because of Hax...

a3489a67fbc5d12d28a6794cf19e2af00bdfa5dc authored almost 7 years ago
lime.command -> lime.executable

d330b333547f5e08615d0fb3f626c0637fd145f9 authored almost 7 years ago
Remove try without catch

67f6e53e849ec47c0bd2bc92f7409eeed55bf999 authored almost 7 years ago
Add a lime.command setting

Can be used to run "haxelib run lime" instead of "lime", etc.

7950c1d8ed26847beb01bbdc6d231ba477fd8c7c authored almost 7 years ago
Closing the error shouldn't show the dev console

8ebe87ea83fbb0fc1469e4f03efba930df9a410b authored almost 7 years ago
Update display arguments if lime.command changes

0782c5497f87e8b2fa534f6cf103070d1f70307d authored almost 7 years ago
Notify the user if "lime display" fails + print error to console

cb12bf21e39fa58439c973584b9b213ba7fd666f authored almost 7 years ago
Remove dead code + deprecated API usage

712fde48981542cb3e1cc5a4d99f60075ca81a13 authored almost 7 years ago
Just use default problem matchers

b090e9e4c8aa5299748a5805c210eacf620f363b authored almost 7 years ago
Remove unused @:access()

82e0a9500361a5dfe01ae406768da917f2207ad5 authored almost 7 years ago
Remove outdated workaround

63f257f39b739edcf3931b2e9ea4249b5e45af8a authored almost 7 years ago
Remove dead code

76e13486385c80ce56b22efe5ab64714812ee9b8 authored almost 7 years ago
Add support for vshaxe 1.11.0 features

0683170bbde96de5a9ae381d06bb895a3d7140ba authored almost 7 years ago
Clean up tasks.json

8c0673ecf7571788ddda1f019efa213528be57d6 authored almost 7 years ago
Update README

d417fab3051895e65763961cd5f842a0f50f8b54 authored almost 7 years ago
Remove copy of VSHaxe externs, use devDependency

c8c6ac9f2cc0afe899d6543750b02c3abf13ea04 authored almost 7 years ago
Update CHANGELOG

897d97d667e6846793d4da3301d88be41d0bcad6 authored almost 7 years ago
Use cleaner --connect argument

60dfb095fc344131c36700bb7b26377bc5c1ac02 authored almost 7 years ago
Add a changelog

e50593369a61b58f0a74427b2d39ffdbce36de2b authored almost 7 years ago
Add support for --connect, closes #26

This adds support for building through the compilation server. Requires the upcoming vshaxe vers...

82901383b921cebc15d2a50459126b55d7f81ad4 authored almost 7 years ago
Add lime.defaultBuildConfiguration and lime.defaultTarget settings

The defaults are unchanged (HTML5 + Release), but this allows to have it default to something el...

f3da61e2b2bc3b1d887f6a56753068c8107a133e authored almost 7 years ago
Update to 1.0.8

90a8fffdf8c7589edc13478a5f95006cf564cc28 authored about 7 years ago
Update to 1.0.7

6f90c9449dfd0457297fb3a06a6970fd110e62fb authored about 7 years ago
Add AIR to supported targets on macOS and Windows

312421f73505b312fc0aeb0ece75b59ee420753e authored about 7 years ago
Check for Project.xml as well

Flixel has traditionally been using Project.xml rather than project.xml, and it seems to be case...

f541e60275948eb7b6442cf638705b402952b43b authored over 7 years ago
Shorten the marketplace description a bit

9c9662b3a62ccae93eca05a6bced701f29836e9d authored over 7 years ago
Mark "command" in Lime task definition as required

Not sure if it makes a big difference, but it's definitely more correct.

ae7924af24a5970d45ccefa8ce55b712c923e4d9 authored over 7 years ago
Update description

7da502c416993251433163b57bb0980867f84e06 authored over 7 years ago
Update minimum vshaxe version, update to 1.0.6

98f83c7e77aff3c34663ab8c6fd6213dc3923408 authored over 7 years ago
Remove redundant part of the description

The description is usually viewed from the VSCode Marketplace or from within VSCode, so it's obv...

c55d69e92c8fae8c6833caa6a76ed9a03beb3cdb authored over 7 years ago
Revert to using ShellExecution

..at least until we figure out why ProcessExecution causes task execution to hang (possibly only...

4ac90e9fbc81a23f47b5c54b031a4d526e473840 authored over 7 years ago
Simplify Haxe executable handling

9c26355979d37fedf675f8f21e410ccd31f0696e authored over 7 years ago
Reveal task panel (since an error during build cannot open the panel currently)

0bc5ec8f65681905da5c261d7381513bbb7a736a authored over 7 years ago
Only list targets relevant to the current OS

83a1fc7f176a9a48db2f4be65c22a1ca40df35aa authored over 7 years ago
Fix tasks not working in release mode

The debug task had -D js-unflatten, and the hack to work around Microsoft/vscode#30207 used a do...

948d852e76b7adcc389831a1ef376894b236eb20 authored over 7 years ago
Use ProcessExecution for tasks, keep terminal window silent

d78ce73c60f88ae72cff7abb081732c96235c2c9 authored over 7 years ago
Respect vshaxe's haxe.executable setting

981ce64669069ca04ecaa7e7a105210a277f375c authored over 7 years ago
Only recreate the environment on onDidChangeConfiguration events

1f8c41b01e100c18cad9b3a89d79167846d53318 authored over 7 years ago
Update tasks.json

Removed the deprecated isBuildCommand / isTestCommand properties as well as the no longer accura...

b009b4348e757a49ec55768b7c954dcd1ffe1c22 authored over 7 years ago
Cleanup

4beaf23e9ba3774ebe65681d81b5e8aa1b803bce authored over 7 years ago
Not ideal, but activate extension under fewer conditions due to triggering vshaxe activation

d5e7fcfadcd50ed73a6f17d9f3e7f2db45ceeb3f authored over 7 years ago
Remove unnecessary Dynamic

808ac5ed0b68c685efb43de5d55e7697a976fcb9 authored over 7 years ago
Update README

c7a30073b4addb0f53fd46b0aef62942872266a8 authored over 7 years ago
Update to 1.0.5

41cf7db461d335d93342727a52b0207050fdcbcc authored over 7 years ago
Add a task definition to package.json

Without this, it's not possible to e.g. mark the "build" command as the default build task - VSC...

9819c728654168acfd3c371c6bd426575231863c authored over 7 years ago
Disable 'rebuild' tasks for now (should be enabled only for development builds)

693a7a823171bf97862407aa139e4bddcac02ff8 authored over 7 years ago
Change tooltips again

7cc6b6cefa9c0da9501f6a62454dfce107ae16d9 authored over 7 years ago
Update tooltip values

022ba37b46295b5cf256bb5f8ee92cf4cbbfdc8b authored over 7 years ago
Merge, minor cleanup

930fa0a1139177be8cfec1578e73dab14cab7bb9 authored over 7 years ago
Merge branch 'master' into api

# Conflicts:
# package.json
# src/lime/extension/Main.hx

d637d827995bf679cb3b0f7cd023efce18456f89 authored over 7 years ago
Update Main.hx

a87e0c4988fd296913baaed22e429bf07c834246 authored over 7 years ago
Prefix tooltips of status bar items "Lime:"

This makes it less likely that the user is confused where they come from.
Also made the editTar...

7f0f09a0ba00c1b17b8c5a0817e594ec9f29e060 authored over 7 years ago
package.json: use ellipses for command titles

This is good practice in UI design to indicate that something asks for input (rather than immedi...

0502ede99cfec3833503c334e30da5f14f1234d8 authored over 7 years ago
README.md: improve formatting

Also updated the outdated mention of requiring an Insider's build for tasks.

054d3f0c0335344ff1632db3e618f3f8b6660c08 authored over 7 years ago
package.json: add some keywords

Right now, searching for "Haxe" in the marketplace doesn't even list the extension:
https://mar...

b51adc3b1c81c9034f2159e5466abc723adcfafa authored over 7 years ago
Pre-select the current selection in quick pick dialogs

605e17e1d4591d454f833b706e06261a4a5fe950 authored over 7 years ago
Use smaller priority values

447856f96d0deea11e3d428cfb4c56ba5b00476c authored over 7 years ago
Deconstruct status bar items / task provider / commands when provider is deactivated

a244625b28774bfb3d1f92386f2b8fe119f7946e authored over 7 years ago
Only activate Lime when the provider has been activated by vshaxe

dca4190e363b865d07d50feb566948a6b3c16411 authored over 7 years ago