<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VS Code on The Blog of Boban Acimovic</title><link>https://acim.net/tags/vs-code/</link><description>Recent content in VS Code on The Blog of Boban Acimovic</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>The Blog of Boban Acimovic &amp;copy; 2026</copyright><lastBuildDate>Tue, 16 Mar 2021 17:00:00 +0000</lastBuildDate><atom:link href="https://acim.net/tags/vs-code/index.xml" rel="self" type="application/rss+xml"/><item><title>VSCode setup for Go developers</title><link>https://acim.net/blog/vscode-go/</link><pubDate>Tue, 16 Mar 2021 17:00:00 +0000</pubDate><guid>https://acim.net/blog/vscode-go/</guid><description>&lt;p&gt;According to lot of online polls, Visual Studio Code is the most popular IDE among Go developers. You can start Go development immediately after installing &lt;a href="https://marketplace.visualstudio.com/items?itemName=golang.Go" target="_blank" rel="noopener"&gt;Go extension&lt;/a&gt;
 for VSCode, but some tuning may make your life easier. First of all, you may want to format the source code and reorganize imports automatically on each file save or code paste. In order to do so, put the following JSON snippet in your &lt;code&gt;settings.json&lt;/code&gt;:&lt;/p&gt;</description></item><item><title>Changes in Go implementation of the new protobuf and gRPC</title><link>https://acim.net/blog/changes-in-go-implementation-of-the-new-protobuf-and-grpc/</link><pubDate>Sun, 15 Nov 2020 00:00:00 +0000</pubDate><guid>https://acim.net/blog/changes-in-go-implementation-of-the-new-protobuf-and-grpc/</guid><description>&lt;p&gt;If you don&amp;rsquo;t know yet, there were &lt;a href="https://github.com/protocolbuffers/protobuf-go" target="_blank" rel="noopener"&gt;major changes by Google&lt;/a&gt;
 in protobuf and gRPC implementation for Go. New version should be better in all means so you should switch as soon as possible, if you are already using these technologies. In this article I am going to focus on Linux variant, but the upgrade procedure should be quite similar on OSX or Windows.&lt;/p&gt;</description></item></channel></rss>