Commit graph

13 commits

Author SHA1 Message Date
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