Commit graph

70 commits

Author SHA1 Message Date
Simon Hausmann
561e1259d1 First attempt at automated build
Todo: Detect a Linux host and use a regular native build instead of cross.
2021-04-01 12:41:49 +02:00
Olivier Goffart
72931aff74 Add some (yet to implement) preview commands 2021-04-01 12:28:20 +02:00
Olivier Goffart
12a098856e Fix TS warnings
vscode is strict about style
2021-04-01 12:22:00 +02:00
Olivier Goffart
eec918e95a Instruction to run the vscode extension 2021-04-01 12:12:04 +02:00
Simon Hausmann
e754903325 Try to bundle the lsp server in the vscode extension package
The rust binary creation is not automated yet though.
2021-04-01 11:38:57 +02:00
Simon Hausmann
a5a820567c Add missing publisher/repo fields
To silence `vsce package`
2021-04-01 09:59:20 +02:00
Simon Hausmann
560700a71b Add a comment about the current state of running the LSP 2021-03-31 22:09:20 +02:00
Olivier Goffart
2a43575528 Fix license header check
By removing files that needn't to be checked in or adding the right header
2020-12-23 18:08:43 +01:00
Olivier Goffart
b124826fd6 Make the goto definition actually works with vscode 2020-12-23 15:15:53 +01:00
Olivier Goffart
21a86de972 Make the sixtyFPS LSP server load from VSCode 2020-12-23 15:15:53 +01:00
Olivier Goffart
3409bbd57f Put back the sixtyfps syntax coloration 2020-12-23 15:15:53 +01:00
Olivier Goffart
9de9fdd900 Generate the vscode extension with the wizard 2020-12-23 15:15:53 +01:00
Olivier Goffart
599c92c974 WIP LSP server skeletton
I can run it from Kate, but for some reason it does not work with VSCode yet
2020-12-23 15:15:53 +01:00
Olivier Goffart
0d2d48be4f Rename "signal" to "callback" 2020-12-18 09:51:01 +01:00
Olivier Goffart
63a0d9308b Bump version 2020-12-14 08:49:54 +01:00
Olivier Goffart
125ec13f24 Bump version numbers
Note: this does not update the documentation yet
2020-12-07 15:41:29 +01:00
Olivier Goffart
54b3b9f0be vscode highlighting: Support dashes in identifier 2020-11-09 15:03:06 +01:00
Olivier Goffart
20cfb65e53 Bump version 2020-10-22 08:41:45 +02:00
Olivier Goffart
1138c9dbed Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
Olivier Goffart
4606268eab Add some draft of a VS extension to highlight .60 files
This worked for me to enable the extension:
ln -s $PWD/vscode_extension/ ~/.vscode-oss/extensions/sixtyfps
2020-08-12 19:41:35 +02:00