Commit Graph

579 Commits

Author SHA1 Message Date
Kris De Volder
0745a20cd2 Fix packagin issue cf-manfiest editor 2017-05-08 15:28:05 -07:00
Kris De Volder
a687a27d8d Avoid stray reconciler errors on language switch 2017-05-08 14:23:58 -07:00
Kris De Volder
807bf5901a Don't overwhelm vscode with error logs
Redirect them to a tmp file instead.
2017-05-06 20:36:07 -07:00
Kris De Volder
4a6b71f1fb Move cursor after insert required properties quickfix 2017-05-01 17:53:29 -07:00
Kris De Volder
acfbd72978 Dont' stop debugger on launching vscode-extension 2017-04-30 07:33:04 -07:00
Kris De Volder
7133b5cc8a Remove applications snippet 2017-04-26 08:39:42 -07:00
Kris De Volder
cc5b70a4f7 Cleanup: remove remnants of code that was already moved 2017-04-20 10:35:52 -07:00
Kris De Volder
954041182b Cleanup/remove custom protocol bits used by quickfixes
Make use of proper LSP V3 apis: `client/registerCapability`, `workspace/executeCommand` and `workspace/applyEdit` instead.
2017-04-20 10:21:57 -07:00
Kris De Volder
a83fbec945 Update to lsp protocol v3 2017-04-19 16:06:39 -07:00
Kris De Volder
4cfca1693f Fix mismatch between client/server name for 'sts.quickfix' command 2017-04-12 16:23:54 -07:00
Kris De Volder
2549956562 Make qucikfix infrastructure work across concourse and cf editors 2017-04-12 11:56:02 -07:00
Kris De Volder
aee00fb487 Add quickfix for missing properties in concourse editor 2017-04-11 17:08:03 -07:00
Kris De Volder
996709904f Spit vscode-manifest-yaml to create separate language-server 2017-04-07 15:41:06 -07:00
Kris De Volder
abcbb3f319 Pipeline fully parallelized 2017-04-07 15:03:53 -07:00
Kris De Volder
ca83d73d30 Merge branch 'master' of github.com:spring-projects/sts4 2017-04-07 14:36:38 -07:00
Kris De Volder
95355ff981 Split vscode-boot-java to separate out language-server 2017-04-07 14:36:23 -07:00
BoykoAlex
32760b1e4e Adjustments for route validation 2017-04-07 16:42:59 -04:00
Kris De Volder
712e14ded4 Remove more obsolete Eclipse metadata 2017-04-07 13:41:00 -07:00
Kris De Volder
9f4b9a16b9 Remove .project file from vscode-boot-properties
It doesn't belong there anymore. This is now just a typesctript/node project, not something you open in Eclipse.
2017-04-07 13:39:11 -07:00
Kris De Volder
ab7cac3804 Merge branch 'master' of github.com:spring-projects/sts4 2017-04-07 10:38:42 -07:00
Kris De Volder
5c325eadd9 Split vscode-boot-properties to separate language-server 2017-04-07 10:32:35 -07:00
BoykoAlex
55f50029e9 Route validation
Route value validation

Adjust validation

Unit tests
2017-04-07 13:20:14 -04:00
Kris De Volder
0cae62d96a Split-off manifest-yaml build to separate job 2017-04-06 18:20:44 -07:00
Kris De Volder
bf8f8cffa9 Moved commons and concourse editor to 'headless-services' 2017-04-06 17:21:53 -07:00
Kris De Volder
3abf189512 Small tweak to pipelne schema 2017-04-06 15:04:49 -07:00
Kris De Volder
b42c5d793a Fix PT-140783423 'branch' only required if used in 'put' step. 2017-04-06 14:14:22 -07:00
Kris De Volder
e4c16348f2 Fix failing test 2017-04-06 11:43:54 -07:00
Kris De Volder
cc3cfbb9b6 Content assist and checking for 'location' values in time resource 2017-04-06 11:34:49 -07:00
Kris De Volder
175ce7e35f Add another test for 'time' resource. 2017-04-06 10:30:31 -07:00
Kris De Volder
eaafc90197 Support for time resource type 2017-04-06 08:56:24 -07:00
Kris De Volder
ec042b7003 Relaxed indentation context... support for sequence context 2017-04-05 14:31:38 -07:00
Kris De Volder
d0fd620fec Relaxed indentation context 2017-04-04 18:02:32 -07:00
Kris De Volder
b8335e6232 Start pulling out 'vscode-concourse' building into separate job 2017-04-04 10:18:13 -07:00
Kris De Volder
bc60320113 Switch to cf client release (2.4.0 has been out long, no need to stick on snapshot) 2017-04-04 08:33:26 -07:00
Kris De Volder
d56937591c Undo the changes that show missing toplevel property at end of file 2017-04-03 16:59:14 -07:00
Kris De Volder
5de3963e91 Tweak: try to make problem marker at end of document more visible. 2017-04-03 16:02:30 -07:00
Kris De Volder
08f83c8824 Tweak: try to make problem marker at end of document more visible. 2017-04-03 15:34:17 -07:00
Kris De Volder
097e858232 Fix failing test case 2017-04-03 15:01:30 -07:00
Kris De Volder
dcd871631c Additional improvements for PT-140709005
For missing properties in toplevel nodes, place the error marker at the
end of the document.
2017-04-03 14:57:59 -07:00
Kris De Volder
f96495e3ef Additional improvements for PT-140709005
For missing properties in nodes in a sequence, try to underline the corresponding '-' in the input associated with the sequence node,  instead of
underlining the entire node that is missing the property.
2017-04-03 14:33:12 -07:00
Kris De Volder
88013ef803 Fix PT-140709005 better underlining for missing property warnings
Try to underline corresponding parent property key instead of the entire node that is missing the property.
2017-04-03 12:11:34 -07:00
Kris De Volder
f64b90e19c Refactor so that 'missing property' marker is created in one place
This is in preparation to change the logic of how marker location is determined.
2017-04-03 11:36:58 -07:00
Kris De Volder
3e73814aa9 Reconcile: 'image' attribute in a task step should refers to a resource name 2017-04-03 11:16:51 -07:00
Kris De Volder
6191c23b23 Fix a bug and fix tests so it catches that kind of bug in future.
Bug caused by using == to compare Language ids instead of .equals
2017-04-03 10:27:55 -07:00
Kris De Volder
3b7d8710bb Tweak test: check that 'Deprecated' problem is severity warning. 2017-04-03 09:42:39 -07:00
Kris De Volder
18c5fc2ebc Add deprecated warning for 'image_resource' and 'image' in embedded task 2017-04-03 09:40:35 -07:00
Kris De Volder
2790976983 Fix PT-142788419 more accurate checking of constraints
The use of 'image' and 'image_resource' in an embedded task config is only
required if it is not already defined in the task itself.
2017-03-31 17:42:55 -07:00
Martin Lippert
8eb5a27f7b fixed wrong vscode ignore setting that kept the boot-java build out of the vsix package 2017-03-16 11:35:24 +01:00
Martin Lippert
f05be734f8 added reference search for yml property files 2017-03-11 20:03:38 +01:00
Martin Lippert
88ab57f1a0 some code cleanup work 2017-03-10 14:23:50 +01:00