Skip to content

Commit 1eab243

Browse files
authored
Update image URLs (#102)
1 parent 6dcdcac commit 1eab243

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

release-notes/v0.6.0.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IntelliCode works well with popular Java libraries and frameworks like Java SE a
3030

3131
In the sample below, some of the completion lists have items marked with ★. These items are the recommendations provided by IntelliCode according to the current code context.
3232

33-
![IntelliCode](v0.5.0/intellicode.gif)
33+
![IntelliCode](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.5.0/intellicode.gif)
3434

3535
**Note:** TypeScript/JavaScript, Python, C++, C# and XAML are also supported.
3636

@@ -40,7 +40,7 @@ For more information, follow [this link](https://docs.microsoft.com/en-us/visual
4040

4141
More source actions were added to the language server. Now you can bulk generate getters and setters for all new member variables.
4242

43-
![Generate Getters & Setters](v0.6.0/bulk.gen.getter.setter.gif)
43+
![Generate Getters & Setters](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/bulk.gen.getter.setter.gif)
4444

4545
## Source Code Management
4646

@@ -50,21 +50,21 @@ We improved the support for standalone Java files. If you want to work with Java
5050

5151
The solution is folder based, so all you need to do is open a folder, and all the Java files inside will be properly compiled. Then you are free to run or debug them.
5252

53-
![Standalone Java File Support](v0.6.0/standalone.file.support.gif)
53+
![Standalone Java File Support](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/standalone.file.support.gif)
5454

5555
### Multiple Source Folder Supported
5656

5757
What if you have multiple sub-folders that have source code inside and want to go freestyle? We've got you covered too. Just add these folders to source path, then all the code inside will be correctly compiled.
5858

59-
![Multiple Source Folder Support](v0.6.0/multiple.source.folder.gif)
59+
![Multiple Source Folder Support](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/multiple.source.folder.gif)
6060

6161
### Hide Temporary Files
6262

6363
After opening a project folder, some extra files are generated inside the folder. These are the temporary files generated by Java Language Server, which relies on the existence of those files to work properly.
6464

6565
Now it's your choice to hide those files in VS Code. When opening a project folder, Java Language Server asks how you want handle those files. You can hide them globally or just within the current workspace, or leave them as-is.
6666

67-
![Hide Temporary Files](v0.6.0/hide.temp.files.png)
67+
![Hide Temporary Files](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/hide.temp.files.png)
6868

6969
## Performance
7070

@@ -92,13 +92,13 @@ Please update the extensions to the newest version, and you'll get this improvem
9292

9393
Maven extension now provides code snippet to quickly add new dependencies to `pom.xml` files. You also get auto-completion when further completing the dependency info.
9494

95-
![Dependency Auto-Completion](v0.6.0/pom-dependency-completion.gif)
95+
![Dependency Auto-Completion](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/pom-dependency-completion.gif)
9696

9797
### Maven Plugin Goals
9898

9999
Plugins and their goals are now listed in the explorer along with other Maven resources. You can execute the goals with a few clicks.
100100

101-
![Maven Plugin Goals](v0.6.0/maven-plugin-goals.png)
101+
![Maven Plugin Goals](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/maven-plugin-goals.png)
102102

103103
### Flat View & Hierarchical View
104104

@@ -119,7 +119,7 @@ When you have multiple main classes in your workspace, you can have a special la
119119
}
120120
```
121121

122-
![Multiple Main Class Easy Launch](v0.6.0/multiple.main.entry.gif)
122+
![Multiple Main Class Easy Launch](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/multiple.main.entry.gif)
123123

124124
## Testing
125125

@@ -150,6 +150,6 @@ For more details, visit [Test Runner Configurations](https://github.com/Microsof
150150

151151
You can now jump to the definition of a test case by clicking the link in test reports.
152152

153-
![Navigate to Source from Test Report](v0.6.0/navigate.to.source.gif)
153+
![Navigate to Source from Test Report](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.6.0/navigate.to.source.gif)
154154

155155
## Happy Coding!

0 commit comments

Comments
 (0)