Ecosyste.ms: OpenCollective

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

github.com/elm-tooling/vscode-elm-old

DEPRECATED
https://github.com/elm-tooling/vscode-elm-old

Small fix to word pattern

The could match on an empty string, which also causes crashes in vscode 10.10

6bb36bb2dfbdd9f4df41599b2e3dcc1bf9bde9ad authored almost 9 years ago
Add support for elm-format

5f5f1b736d7dbc509c3c5b1246a1c58bcfc64490 authored almost 9 years ago
Add ${workspaceRoot} in launch.json

Required by vscode v0.10.10

de7a67b09a40fc8a1735ff2504bb24378cdd3bd2 authored almost 9 years ago
Enhance install command

Add quick pick to install package of choice.

87be4ab71db4899921898f9fcfdc6d2fe045ee40 authored almost 9 years ago
Merge pull request #35 from stkb/install-windows

Fix elm package install on Windows

3db74bbce4f3e477a81f840d1207c6026fbbcc5a authored almost 9 years ago
Merge pull request #34 from stkb/reactor

Fix Reactor on Windows

7b00ddf149f300cb756e72fd0d42ee3d21726a7a authored almost 9 years ago
Fix elmPackage on Windows

ed3e828331360388e2459786a27f1e0ccdf19f41 authored almost 9 years ago
Add elm.install command to activationEvents

649ad91b830bb7b3bd5fd95980d7b52e5e0c8180 authored almost 9 years ago
Fix Reactor on Windows

b2efb52b1507e02e447b2857a910c965ea782bc9 authored almost 9 years ago
Merge pull request #29 from stkb/repl-reactor

Expand common execCmd function and fix Repl on Windows

ac13f8029ee18457f33761674ba734a53244d295 authored almost 9 years ago
Merge pull request #33 from stkb/pakcage

Fix typo Pakcage -> Package

d773fd3861f4eead18b81d4122d42f510c485cfd authored almost 9 years ago
Fix typo Pakcage -> Package

c6774a09aecb2b6dc2a698f25a4fae3a24482c06 authored almost 9 years ago
Expand execCmd function have elmRepl use it

Also modifies the travis build script.
Installing Elm is required for the tests.

4c16813b193d1148781059960c0fee1e32b22d9b authored almost 9 years ago
Change detectProjectRoot to take a file name

Right now most features pass vscode.window.activeTextEditor to
detectProjectRoot. However this d...

65103eb677d5944134c45e2354d0e0a81cfd37df authored almost 9 years ago
Rename extension.test.ts -> elmUtils.test.ts

Have a 1:1 src file : test file relationship and make this the file
for testing elmUtils.ts

22cbaa7dccac268d6c04ad1df7b6cf267c7eff91 authored almost 9 years ago
Activate new command

10ecb495c7242b1a2bfde1a3d68e9f0df71463f3 authored almost 9 years ago
Add Install dependencies command

f0d36c1cc68d937fdf7675e49ba675ffcd8777e6 authored almost 9 years ago
Bump version

ea63a8cb724fcebb6189ca95a48885509e16df32 authored almost 9 years ago
Fix path to extension

574170cc9f8868d3e46cbbe147146c9fd19c1d6f authored almost 9 years ago
Update readme and bump version

9197ce425454a77c16fd64df1426245babd422a7 authored almost 9 years ago
Merge branch 'master' of https://github.com/sbrink/vscode-elm

a088c8488b361843d6b7bb2b693111e805a78be1 authored almost 9 years ago
Update gitignore

109029dc955c1270e5a89c51a05f34161ffc3aac authored almost 9 years ago
Merge pull request #21 from stkb/ci-travis

Set up Travis build & testing

ab176576e5539ba2fbca6140c63886a7277f216f authored almost 9 years ago
Merge pull request #24 from ccapndave/elm-oracle-path

Fixed #19 by updating the path of the `elm-oracle` command

902cc130dbd84b6a55b272a17ce5c2be2469bd13 authored almost 9 years ago
Merge pull request #26 from stkb/symbols

add ElmSymbolProvider for document symbols

1a124d97877c10ea31157ac32fa55ea7c5af4401 authored almost 9 years ago
Merge pull request #31 from stkb/linterFilenames

ElmLinter: put file name in quotes (fixes #28)

4a13312816ce61f32546503b49c5106b61d54b21 authored almost 9 years ago
ElmLinter: put file name in quotes

3e7442e6b45a59b1a1a97aed53ed7ebb411dd361 authored almost 9 years ago
add ElmSymbolProvider for document symbols

b29629db29b755594b7923df8efd28ad2f71ef77 authored almost 9 years ago
Fixed #19 by updating the path of the `elm-oracle` command

8707dedb9efd03542f644542f2f39e5ff1886092 authored almost 9 years ago
Merge pull request #18 from sbrink/fixStartReactor

Make 'Start Reactor' work the same as 'Stop Reactor' when reactor needs to be stopped

6e9e615efa5405164e76298e9093aabd5b416b05 authored almost 9 years ago
Merge pull request #20 from stkb/fix

Autocomplete: fixes to API calls

52d5755bf7c6ce55d3a35777c9f90b91ce419f7f authored almost 9 years ago
Set up Travis build & testing

4d0dac79f1ab59bbd91f4bb8be1a40213fdc93b2 authored almost 9 years ago
Autocomplete: fixes to API calls

2e5bb2ac611f58a0195b314fd2cb0ccc02a7462a authored almost 9 years ago
Kill reactor when VSCode exits

fba4c9c98a7696d32262184ae7136ca678b42e52 authored about 9 years ago
Make 'Start Reactor' work the same as 'Stop Reactor' when reactor needs to be stopped.

6d975560371324499ef0800f056ae2e7ddb20a73 authored about 9 years ago
Bump version

db8730908dd026e5b30d1519dcebea594d774ce0 authored about 9 years ago
Merge pull request #17 from sbrink/autocomplete

Autocomplete

891b18748b2c92ce1be493288f94519405b7c2e3 authored about 9 years ago
Add completion provider

aec5e66875005f2350dd0240c8c5ce122ebe03d5 authored about 9 years ago
Refactoring

df94860802114e5514be339343014efd4ad46ced authored about 9 years ago
Bump version

6f273b06f7d576a050d254c092f3543699a349b5 authored about 9 years ago
Merge pull request #16 from sbrink/fixInfo

Fixes to Hover Provider

7c2d8ccdaf059fbb5b2270d6ddd1ba1de44b6731 authored about 9 years ago
Fixes to Hover Provider

c273e570036106dcf728e54548b5b329a2371087 authored about 9 years ago
Bump version

bb980da5c62d5ffb8ede730ca5a5df8ebe65e7f5 authored about 9 years ago
Merge pull request #13 from sbrink/detectProj

Find project root folder

e88b50d259471d9a133083d367c84b6ea599a2e7 authored about 9 years ago
Add test for findProj

a13a29e65e40236f187de2cc6d83c9d0130b7851 authored about 9 years ago
Merge pull request #12 from rojepp/kill_reactor

Kill reactor properly

db2ae80131f5a40ad48e2bcdfd46df611940b135 authored about 9 years ago
Avoid duplication

3775d0fbe0cc3227da17d6bacc32ff9169a4635b authored about 9 years ago
Kill reactor on windows too.

00a7b16c7d3b5951ca838ac6ba479a5829a33872 authored about 9 years ago
Find project root folder

25260a24098912acc78ef9465914f0b80a818e57 authored about 9 years ago
Kill reactor properly

Fixes #10, tested on OSX only.

db7209afb4a0a3dff601411115d8827a72e141fc authored about 9 years ago
Merge pull request #9 from sbrink/make

Add make command

0210b644a2fedb8a6090bae0104dbae2494a8e45 authored about 9 years ago
Add make command

4c1118612422609d47c131280e098c6ae67e2387 authored about 9 years ago
Add stop button in status bar for elm reactor

2561ce24cc5f99fe827cdd2096fba4e12e80f862 authored about 9 years ago
Add bugs url and category 'Linters' in package.json

f1a01193460b3d6e89a54a55335ee1fd531834d8 authored about 9 years ago
Add function information feature

99d0eca631703f114e05b2da5eb29e6e023f6d2c authored about 9 years ago
Add type information for elmLinter

138fe98db1564f641d0bf1f6ff5f43f94a1b4ecc authored about 9 years ago
Reformat code and add types

891e63ff019bfcfa27b25cfd4485ab33b753d313 authored about 9 years ago
Update documentation for reactor and bump version

6efd6e34d30e0d73468246f3b6b01c8d56c6a237 authored about 9 years ago
Merge pull request #6 from sbrink/reactor

Add Reactor support

05b787b150c93ad3b0cbeca0fbdc43e4f466029e authored about 9 years ago
Add Reactor support

3fb345a05811a61e61abe85aa0abe63934c8b6b0 authored about 9 years ago
Add types and reformat code for elmRepl

497e71e9692839f7072339c47534ec4733ec96fd authored about 9 years ago
Use dark theme for marketplace page

3a410164818b9c3119f5a34612a9164e54ce9e15 authored about 9 years ago
Fix - bump version not vscode version

9daac7d3a37c0cabd8fda04082e9c23f32eeeaee authored about 9 years ago
Improve README and bump version number

7dcd97121857683343e50c288113af37bac24dae authored about 9 years ago
Merge pull request #5 from sbrink/repl

Added REPL

afcfea737cc305a94d5bf5bbe51ef65abb5616e7 authored about 9 years ago
REPL

4607223dcf9e19a4f109571eb5f2b71e1b954a92 authored about 9 years ago
Refactor Linter

0ce285fb992da82e54067b2537264bb0fd73edf4 authored about 9 years ago
Add tslint.json

6186750970f5dc7ac20ac3a2174dd29f713b47f0 authored about 9 years ago
Set idention settings for project

841a1f708ad02bf1ee8218b9b4085b55109d57f5 authored about 9 years ago
Merge pull request #4 from sbrink/mainChanges

Add linting function to extension subsriptions

66aa867ddd69437e04adac206e6f72f587174b29 authored about 9 years ago
Add linting function to extension subsriptions

4fabe7f748a315e5ac6c720092aad7c3f43b888f authored about 9 years ago
Refactor elmMain -> move error handling to its own file

c4bcbd9f3048679fb94266d133e8b546d1b81362 authored about 9 years ago
Improve error handling and show import error messages

644452555e003cdd39da518f38b7e1e92f2645f9 authored about 9 years ago
Improve package name

5674b5e6b43f49e65009e8aed9a80480261d0d0d authored about 9 years ago
Add highlighting example

c273631720907a4fdbc080e12eebe8c52dae3780 authored about 9 years ago
Fix cwd issue for error highlighting

747c15feccb82614c579e9a9b3ef3cd2f45b35aa authored about 9 years ago
Fix dummy test code

b034a99d65ec9a339f0d7d4c8ffc195f87ffc968 authored about 9 years ago
Increase minor version number

c61a90bbc22a199e77c6f5ec4b3bfb295bcc6aea authored about 9 years ago
Add experimental error highlighting

3570726820416676eff820d6ea9b5539a5427b6f authored about 9 years ago
Add basic settings from yeoman generator

90c561a613bde8bbee1c9a0414c7ae512399d1c2 authored about 9 years ago
Add examples directory for testing purposes

0d95fda61602054711433cf9c2bba54121ccd4d1 authored about 9 years ago
Remove of tmLanguage file

b156b85be7f58e13e0d463ebfce192635e0ebaf7 authored about 9 years ago
Add basic snippets from Elm.tmLanguage

36ea2fbc6f213fd131a3f341240c15af16c23359 authored about 9 years ago
Add acknowledgements

36b6b15ef8940e1d3a2623d1d16e9cee98277ca8 authored about 9 years ago
Make private flag to package.json

a43c8f2d1c4d079ed55e400cb8d1ce1f6cf81bbd authored about 9 years ago
Improve README

82f35b871902574fda68dc5bfe10114289621c86 authored about 9 years ago
Add elm lang icon

ccd5851df400392d2c01ec71a6d449bbfa7ce0b6 authored about 9 years ago
Add license file

bc8072040f7c7e325871ac4c6c0ec807d93cb740 authored about 9 years ago
Add simple elm icon

f988dee7f51c6e9f75731284a067656048ff06db authored about 9 years ago
Inital commit

6c0a239c7aea15046fe6d144484a1c8fc977cef5 authored about 9 years ago