Noah Santschi-Cooney
|
ef72db8b6e
|
Added command to (re)download glslangValidator
|
2020-07-25 15:43:12 +01:00 |
|
Noah Santschi-Cooney
|
fa81620027
|
include graph ancestor collection and merge-list creation
|
2020-07-19 23:58:13 +01:00 |
|
Noah Santschi-Cooney
|
f7310c1573
|
Moved to vscode provided global file storage path to DL glslangValidator
|
2020-07-18 23:11:26 +01:00 |
|
Noah Santschi-Cooney
|
39143aefc7
|
Improved client-server integration
|
2020-07-17 15:31:27 +01:00 |
|
Noah Santschi-Cooney
|
ec17f3df4f
|
Fixed graphdot cmd, more &str less String, unescaping URIs, lint on save/open
|
2020-07-14 21:05:52 +01:00 |
|
Noah Santschi-Cooney
|
8e866be999
|
Added command to generate graphviz DOT #include dependency graph
|
2020-05-09 01:36:22 +01:00 |
|
Noah Santschi-Cooney
|
36fd728533
|
Status bar items and glslangValidator download
glslangValidator download done in client side
both client and server create status bar items to notify of progress etc
|
2020-02-16 23:56:41 +00:00 |
|
Noah Santschi-Cooney
|
46215f8a91
|
Updated watcher task to watch rust changes too
|
2020-02-16 23:55:33 +00:00 |
|
Noah Santschi-Cooney
|
17f65ec5cf
|
TS + Rust Integration
Rust Lang Server reads from stdin
Client invokes the language server and sends requests
It works!
|
2020-02-14 23:14:29 +00:00 |
|
Noah Santschi-Cooney
|
41995c3f38
|
Created GLSLangProvider class with API for linting and downloading glslangValidator
Moved glslang stuff from Config to GLSLangProvider. ConfigProvider invokes GLSLangValidator to prompt and download glslangValidator instead
|
2019-08-11 21:23:49 +01:00 |
|
Noah Santschi-Cooney
|
156d76e7de
|
Updated everything to work with latest vscode
restored lang server stdout
added hard-coded link provider
|
2019-08-10 23:38:21 +01:00 |
|
Noah Santschi-Cooney
|
34b13770a7
|
Test fix for code-insiders
|
2018-08-06 16:14:57 +01:00 |
|
Noah Santschi-Cooney
|
c5fc9ffedd
|
Added download prompt to download glslangValdiator
|
2018-07-16 17:49:55 +01:00 |
|
Noah Santschi-Cooney
|
db321c8566
|
Moved config back to lang server. Temp removed comment checking (it was bad anyways). Only adding in extension if it doesnt already exist. Fixed token replacer
|
2018-07-14 19:34:04 +01:00 |
|
Noah Santschi-Cooney
|
cacfbe7a4e
|
Doing more on the extension side and splitting up the lang server linting more
|
2018-07-13 18:16:50 +01:00 |
|
Noah Santschi-Cooney
|
daa9978eaf
|
codeclimate config
|
2018-06-21 13:19:46 +01:00 |
|
Noah Santschi-Cooney
|
245471a5a2
|
Fixed tslint missing
|
2018-06-13 20:59:28 +01:00 |
|
Noah Santschi-Cooney
|
fef2130bb9
|
omg debugging n all the shit that SHOULDVE worked are now FIXED
|
2018-06-12 22:46:41 +01:00 |
|
Noah Santschi-Cooney
|
a65a6c1bb3
|
Some basic completion provider. Need to go through all the options and tweak them
|
2018-06-04 20:25:57 +01:00 |
|
Noah Santschi-Cooney
|
63151eaa76
|
Added config to server
|
2018-06-03 15:25:03 +01:00 |
|
Noah Santschi-Cooney
|
674c3cbb9b
|
turns out it was because i actually forgot to commit the rest. Nice. Have a load of default code
|
2018-06-02 22:42:36 +01:00 |
|
Noah Santschi-Cooney
|
3db6964f7c
|
Changing to an LSP style model. Client extension is now small af
|
2018-06-02 21:04:53 +01:00 |
|