chore: Move Linux-only configs out of "common" and into "linux"

This commit is contained in:
Pratik Tripathy
2024-12-13 19:47:08 +05:30
parent bfaba00cb5
commit 7714ad3bce
27 changed files with 34 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
[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}