Questions tagged [ballerina-vscode-plugin]

The Visual Studio Code Ballerina extension provides a set of rich language features along with an enhanced user experience. It offers easy development, execution, debugging, and testing for the Ballerina programming language. The Ballerina language possesses a bidirectional mapping between syntax and visual representation. The visual representation of the Ballerina source can be visualized via the extension.

For more information in the marketplace, refer The Ballerina extension for Visual Studio Code.

8 questions
2
votes
2 answers

Ballerina vscode plugin warns ballerina home setting is invalid. What is correct setting for windows 10 PC?

Have installed latest (as of 28/2/21) versions of ballerina (swan lake alpha2) and VSCode plugin (1.2.13). When I look at a .bal src file the 'language intelligence' seems to work correctly but the 'show file overview reports errors. The errors I…
TimH
  • 21
  • 2
2
votes
2 answers

Intellij/VSCode ballerina debugger don't hit breakpoints

I have made, super easy, hello world app with main. import ballerina/io; public function main() { io:println("Hello, World!"); } I'm making breakpoint like always in IDE "RED DOT"(tried both intellij and vscode) I go for run debug and it…
2
votes
2 answers

How to Create a Ballerina Integrator project in vscode?

I am learning Ballerina programming language and I have to do Integrations with Ballerina,I have installed and trying everything with VSCode only. But unable to create a Ballerina Integrator Project with VSCode, it shows message like Successfully…
1
vote
0 answers

getting error trying to test service using a get request

I'm new to Ballerina and am encountering an error. I have made a service and am using Postman and the terminal using the curl command, but I keep getting this error: curl: (7) Failed to connect to localhost port 8080 after 0 ms: Connection…
1
vote
0 answers

How do I solve a "cannot resolve module 'ballerinax/kafka' " error in ballerina

I'm trying to import ballerinax/kafka so I can solve a kafka assignment but when I type it out, it gives me an error that says cannot resolve module 'ballerinax/kafka'
0
votes
3 answers

Issues with Ballerina Integrator

I have tried the FTP samples of Ballerina Integrator with 1.0.3,1.0.5 and 1.1.0 too. I am facing the same issues with all those mentioned versions. But i am able to run Ballerina Samples with the help of Ballerina Versions 1.0.3, 1.0.5 and 1.1.0…
-1
votes
1 answer

How to start working with ballerina language?

I have downloaded windows visual studio and the I installed Ballerina extension but whenever I try to open the ballerina extension it shows a message " Ballerina Swan Lake is not a legitimate application or plug in". Can someone please guid me how…
-2
votes
1 answer

Trying to use Ballerina extension -Error: DeprecateWarning:Buffer() is deprecated due to security and usability issues -

[Error on checking the Visual studio log] I am not able to use the properties and methods of the library, the extension is not working properly, I have tried everything but nothing is working. Can somebody tell me where I need to change & what I…