mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
chore: Move Linux-only configs out of "common" and into "linux"
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_C++CompileRun
|
||||
arguments=-c 'g++ "%{Document:FilePath}" -o "%{Document:FileBaseName}" && "./%{Document:FileBaseName}"'
|
||||
category=Tools
|
||||
executable=sh
|
||||
icon=text-x-c++src
|
||||
name=Compile and Run cpp
|
||||
output=DisplayInPane
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
Reference in New Issue
Block a user