Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Server
Commits
36053d45
"scripts/tcd/projection_utils.py" did not exist on "4acbe7cfc4d78e351e1e3d324324cd8dc2056295"
Commit
36053d45
authored
2 years ago
by
sebastian
Browse files
Options
Downloads
Patches
Plain Diff
fixed syntax
parent
f66b015f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/kotlin/b/language/server/BWorkspaceService.kt
+1
-1
1 addition, 1 deletion
src/main/kotlin/b/language/server/BWorkspaceService.kt
src/main/kotlin/b/language/server/communication/CommunicatorInterface.kt
+0
-1
0 additions, 1 deletion
.../b/language/server/communication/CommunicatorInterface.kt
with
1 addition
and
2 deletions
src/main/kotlin/b/language/server/BWorkspaceService.kt
+
1
−
1
View file @
36053d45
...
...
@@ -8,7 +8,7 @@ import org.eclipse.lsp4j.MessageType
import
org.eclipse.lsp4j.services.WorkspaceService
class
BWorkspaceService
(
private
val
server
:
Server
,
val
communicator
:
Communicator
)
:
WorkspaceService
{
class
BWorkspaceService
(
private
val
server
:
Server
,
private
val
communicator
:
Communicator
)
:
WorkspaceService
{
/**
* The watched files notification is sent from the client to the server when
* the client detects changes to file watched by the language client.
...
...
This diff is collapsed.
Click to expand it.
src/main/kotlin/b/language/server/communication/CommunicatorInterface.kt
+
0
−
1
View file @
36053d45
...
...
@@ -2,7 +2,6 @@ package b.language.server.communication
import
org.eclipse.lsp4j.Diagnostic
import
org.eclipse.lsp4j.MessageType
import
org.eclipse.lsp4j.PublishDiagnosticsParams
/**
* Describes the basic functions used to communicate with the outside world
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment