File tree 3 files changed +3
-2
lines changed
containers/org.eclipse.linuxtools.docker.editor.ls
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Dockerfile Language Server Client
4
4
Bundle-SymbolicName : org.eclipse.linuxtools.docker.editor.ls;singleton:=true
5
- Bundle-Version : 1.0.0 .qualifier
5
+ Bundle-Version : 1.0.1 .qualifier
6
6
Bundle-Vendor : Eclipse
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-11
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 27
27
base-type =" org.eclipse.core.runtime.text"
28
28
file-extensions =" Dockerfile,dockerfile"
29
29
file-names =" Dockerfile"
30
+ file-patterns =" Dockerfile.*"
30
31
id =" org.eclipse.linuxtools.docker.editor.ls"
31
32
name =" Dockerfile"
32
33
priority =" normal" >
Original file line number Diff line number Diff line change 7
7
<version >5.7.0-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >org.eclipse.linuxtools.docker.editor.ls</artifactId >
10
- <version >1.0.0 -SNAPSHOT</version >
10
+ <version >1.0.1 -SNAPSHOT</version >
11
11
<packaging >eclipse-plugin</packaging >
12
12
13
13
<build >
You can’t perform that action at this time.
0 commit comments