File tree 5 files changed +12
-12
lines changed
src/haxeLanguageServer/protocol
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version": "3dbee4f ",
2
+ "version": "569e52e ",
3
3
"resolveLibs": "scoped"
4
- }
4
+ }
Original file line number Diff line number Diff line change 1
- # @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#7e98c9aef901b8e26541cf3f8a6e1da0385b237a " into haxeparser/4.3.0-rc.1/github/7e98c9aef901b8e26541cf3f8a6e1da0385b237a
1
+ # @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2 " into haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2
2
2
-lib hxparse
3
- -cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/7e98c9aef901b8e26541cf3f8a6e1da0385b237a /src
3
+ -cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2 /src
4
4
-D haxeparser=4.3.0-rc.1
Original file line number Diff line number Diff line change 1
- # @install: lix --silent download "haxelib:/test-adapter#2.0.4 " into test-adapter/2.0.4 /haxelib
1
+ # @install: lix --silent download "haxelib:/test-adapter#2.0.7 " into test-adapter/2.0.7 /haxelib
2
2
-lib json2object
3
- -cp ${HAXE_LIBCACHE}/test-adapter/2.0.4 /haxelib/
4
- -D test-adapter=2.0.4
3
+ -cp ${HAXE_LIBCACHE}/test-adapter/2.0.7 /haxelib/
4
+ -D test-adapter=2.0.7
5
5
--macro _testadapter. Macro .init ()
Original file line number Diff line number Diff line change 1
- # @install: lix --silent download "gh://github.com/haxe-utest/utest#a94f8812e8786f2b5fec52ce9f26927591d26327" into utest/1.13.2/github/a94f8812e8786f2b5fec52ce9f26927591d26327
2
- -cp ${HAXE_LIBCACHE}/utest/1.13.2/github/a94f8812e8786f2b5fec52ce9f26927591d26327/src
3
- -D utest=1.13.2
4
- --macro utest.utils. Macro .checkHaxe ()
1
+ # @install: lix --silent download "gh://github.com/haxe-utest/utest#bdb5fec4b8e77d9a3c079d9cfb108f29f153721a" into utest/2.0.0-alpha/github/bdb5fec4b8e77d9a3c079d9cfb108f29f153721a
2
+ -cp ${HAXE_LIBCACHE}/utest/2.0.0-alpha/github/bdb5fec4b8e77d9a3c079d9cfb108f29f153721a/src
3
+ -D utest=2.0.0-alpha
5
4
--macro utest.utils. Macro .importEnvSettings ()
Original file line number Diff line number Diff line change @@ -626,7 +626,8 @@ class DisplayPrinter {
626
626
case Flash : " Flash" ;
627
627
case Php : " PHP" ;
628
628
case Cpp : " C++" ;
629
- case Cs : " C#" ;
629
+ // case Cs: "C#";
630
+ case cs if (' $cs ' == " cs" ): " C#" ;
630
631
case Java : " Java" ;
631
632
case Python : " Python" ;
632
633
case Hl : " HashLink" ;
You can’t perform that action at this time.
0 commit comments