51 Commits

Author SHA1 Message Date
InversionSpaces
3fad69ba77
Rewrite imports handling (#73) 2023-12-20 12:57:14 +01:00
Dima
60bd5335b5
suppress error from updateimports (#67) 2023-12-13 10:49:37 +03:00
InversionSpaces
e11ec1bd5b
feat(server): support workspaces [LNG-256] (#63)
* Rewrite settings manager

* Add cwd

* Update server/src/settings.ts

Co-authored-by: Akim <59872966+akim-bow@users.noreply.github.com>

* Update server/src/settings.ts

Co-authored-by: Akim <59872966+akim-bow@users.noreply.github.com>

* Rename var

* Move delay to config

---------

Co-authored-by: Akim <59872966+akim-bow@users.noreply.github.com>
2023-12-08 11:32:00 +01:00
Dima
41fd59fe31
feat(server): Support show types on hover [LNG-285] (#64) 2023-12-08 11:45:52 +03:00
Dima
fdb17c9266
update aqua (#52) 2023-11-28 13:22:20 +03:00
InversionSpaces
cbff64a0a2
feat(vscode): Retrieve imports from fluence CLI [LNG-252] (#49)
* Fix settings definition

* Fix onDidChangeConfiguration event

* Implement settings manager

* Remove undefined

* Refactor
2023-10-10 12:47:24 +02:00
InversionSpaces
780246c71e
feat(vs-code): Add warnings [fixes LNG-248] (#48)
* Bump api version

* Refactor, add warnings

* Bump version
2023-09-28 12:19:31 +02:00
InversionSpaces
ce32be5c65
Give comments higher priority (#47) 2023-09-14 18:48:19 +03:00
InversionSpaces
3194dfb651
feat(vs-code): Update aqua syntax defs [fixes LNG-227] (#46) 2023-09-01 15:38:29 +03:00
Dima
f1ed3059f2
Fix null settings (#45) 2023-08-24 14:19:43 +03:00
Dima
906e40b273
fix empty settings (#44) 2023-08-24 13:07:52 +03:00
Dima
0f56c283a8
update lsp to 0.11.11 (#43) 2023-08-24 12:26:22 +03:00
renovate[bot]
d5d3a117b0
fix(deps): update dependency @fluencelabs/aqua-language-server-api to v0.11.9 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 04:26:14 +03:00
Dima
6b73358330
feat: add useOnlyImportsFromSettings flag (#41) 2023-08-16 04:25:14 +03:00
Dima
4d26bfe686
update aqua to 0.11.0 (#32) 2023-05-30 17:42:43 +03:00
renovate[bot]
8ea3fdcb19
Add renovate.json (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 17:12:09 +03:00
Dima
d5d96c1f68
update aqua to 0.10.6 (#28) 2023-05-03 18:49:33 +03:00
Dima
9e3ef257a7
update imports order (#27) 2023-02-23 14:31:05 +03:00
mikhail-1e20
16701cf166
docs: README minor update (#26) 2023-02-22 08:17:26 +03:00
Dima
7998503155
update aqua to 0.9.4 (#25) 2023-02-10 11:58:25 +03:00
Dima
38e5e14774
update aqua (#23) 2022-11-30 15:34:13 +03:00
Dima
e1970cdbe3
update aqua (#22) 2022-10-12 10:57:49 +03:00
Valery Antopol
802e4c3810
feat: add basic syntax highlighting for AIR (#21) 2022-08-26 18:19:45 +03:00
Dima
7c7e80bd75
resolve relative paths for imports (#20) 2022-08-25 15:30:22 +03:00
Dima
ae72f62dbe
Find nearest node_modules between project path and aqua file (#19) 2022-08-10 15:06:57 +03:00
Dima
7a71f0fbbe
Go-to for structs and imports (#18) 2022-07-26 17:16:48 +03:00
DieMyst
03169bef44 validate improts 2022-06-02 16:26:01 +03:00
DieMyst
9136b322fc update readme 2022-06-02 14:35:57 +03:00
Dima
95fe2adfc9
Definitions between files (#16) 2022-06-02 13:42:48 +03:00
DieMyst
8be467370b rename extension 2022-05-25 12:04:15 +03:00
DieMyst
4d35b17f9a fix 2022-05-24 17:31:34 +03:00
Dima
620534b6ec
Go-to-definition for extension (#15) 2022-05-24 17:27:55 +03:00
Dima
f2866f8075
Extension with language server (#14) 2022-05-17 15:06:52 +03:00
folex
f387caa792
Add join and a lot more highlighting rules (#13) 2022-01-18 15:56:24 +03:00
Pavel
b5f81af561
New syntax rules (modules-related, constants) (#12)
* Add syntax rules for module, export etc.

* Add syntax for constants
2021-09-17 15:35:48 +03:00
folex
f90d98d9e5
Add nil, <<- (#10) 2021-08-12 13:57:06 +03:00
folex
c3e78a2a19
Remove "install compiler" from readme (#9) 2021-06-24 16:43:58 +03:00
Dzmitry Lahoda
29c1d264ea
Add link to extension on marketplace (#7) 2021-06-24 16:43:00 +03:00
folex
775c025174
add 'co' to control.flow (#8) 2021-06-24 16:41:33 +03:00
Pavel
bdb97b1788
Improvements (#6)
* Add more tokens coloring

* Repurpose several token types

* Make it easier for users to change highlighting in settings

* Better align of types highlighting with popular languages token scheme

* Better rules arrangement and addition of comments

* Update readme
2021-06-01 13:57:57 +03:00
Pavel
e756255578
Fix publishing to marketplace (#5) 2021-05-27 15:04:28 +03:00
Pavel Murygin
a3ae73dd86 Add publishing to the vscode marketplace 2021-05-27 13:14:41 +03:00
Pavel Murygin
d95e145869 Fix vsignore file 2021-05-27 13:07:41 +03:00
Pavel Murygin
801ffbd26e Add info about aqua to the readme 2021-05-27 12:59:20 +03:00
Pavel Murygin
c97c220177 move vscode plugin into the repo root 2021-05-25 12:57:56 +03:00
Pavel
03148eae86
Fix version calculation (#4)
Fix version calculation
2021-05-25 12:51:51 +03:00
Pavel Murygin
73c68481c3 fix versioning 1.0.0 1.0.29 1.0.30 2021-05-25 11:53:01 +03:00
Pavel
433ce73acc
Vsix (#3)
Packaging as `.vsix` extension
2021-05-25 11:39:01 +03:00
Pavel
a73172e45f
Ci (#1)
Fix pipeline
1.0.0-main.0 1.0.0-vsix-fix.0 refs/heads/vsix
2021-05-21 12:41:46 +03:00
Pavel Murygin
5f848e100c Add ci 2021-05-21 12:17:41 +03:00