[Ajuda] Compilar Utilizando a maravilhosa IDE VSCODE
#2

Й tasks.json

Й sу baixar o sampctl e utilizar o que ele fornece lб. Comigo foi simples assim

PHP Code:

  
"version""2.0.0"
  
"tasks": [ 
  { 
    
"label""build-normal"
    
"type""shell"
    
"command""${workspaceRoot}/pawno/pawncc.exe"
    
"args": ["${file}""-Dgamemodes""-;+""-(+""-d3"], 
    
"group": { 
      
"kind""build"
      
"isDefault"true 
    
}, 
    
"isBackground"false
    
"presentation": { 
      
"reveal""silent"
      
"panel""dedicated" 
    
}, 
    
"problemMatcher""$pawncc
  

  ] 

Reply


Messages In This Thread
Compilar Utilizando a maravilhosa IDE VSCODE [RESOLVIDO] - by [BOPE]Seu._.Madruga - 25.10.2018, 02:32
Re: Compilar Utilizando a maravilhosa IDE VSCODE - by ipsLuan - 25.10.2018, 02:37
Re: Compilar Utilizando a maravilhosa IDE VSCODE - by [BOPE]Seu._.Madruga - 25.10.2018, 02:45
Re: Compilar Utilizando a maravilhosa IDE VSCODE - by [BOPE]Seu._.Madruga - 25.10.2018, 03:20

Forum Jump:


Users browsing this thread: 1 Guest(s)