atom-build icon indicating copy to clipboard operation
atom-build copied to clipboard

:hammer: Build your project directly from the Atom editor

Results 71 atom-build issues
Sort by recently updated
recently updated
newest added

I'm new to Atom and the Rust programming language, and I was told to use atom-build among other packages to build my code. However, when I try to install it...

I'm new to Atom and the Rust programming language, and I was told to use atom-build among other packages to build my code. However, when I try to install it...

I can't install atom-build. I have it for 3 hours: ![2018-08-26 1](https://user-images.githubusercontent.com/22500212/44625042-6a6a0b80-a907-11e8-9d35-f340d363d24f.png) Windows 10, x64

According to [the documentation](https://github.com/noseglid/atom-build/blob/master/README.md#configuration-options), the command for a build is supposed to be in the `cmd` key. However, when [looking at the code](https://github.com/noseglid/atom-build/blob/9a13d438b0b79bc79bbe7a23256ca48f0d8d333c/lib/build.js#L139), the `cmd` key is not used and...

I am working on a docker project and when I try to run openssh to connect to it nothing happens... build script: cmd: ssh [Username]@[IP] cd [The Folder] && sudo...

would it be possible to parse the filesystem (something like `find -iname ".atom-build"`) so that sub-projects can be built / re-built. I'm currently using CMake plugin with 3 apps that...

I am trying .atom-build.yml but can not get it work to pass the windows path to cygwin. The attempts failed are given below. Expected output: D:\Downloads cmd: C:\cygwin64\bin\bash.exe -i -l...

**Atom:** 1.27.2 x64 **OS:** lubuntu 16.04 **Thrown From:** build package 0.70.0 Hi, I just installed [build package](https://atom.io/packages/build) through terminal and whenever I open atom editor I see the next error...

Great package, thanks for all your work! When my build errors, most languages give a trace-back specifying the offending file and function name. In the editor, I use [`atom-symbols-view`](https://github.com/atom/symbols-view) `go-to-declaration`...

Fix #473 and #531. Implement converting `stdout` / `stderr` of build command with encoding extracted by `chcp` command. This method is based on Visual Studio Code. https://github.com/Microsoft/vscode/blob/release/1.25/src/vs/base/node/encoding.ts#L397 It's work well...