24 lines
		
	
	
		
			No EOL
		
	
	
		
			555 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			555 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
	"ns-template": {
 | 
						|
		"scope": "typescript",
 | 
						|
		"prefix" : ["template"],
 | 
						|
		"body": [
 | 
						|
			"import { NS } from \"../bitburner/src/ScriptEditor/NetscriptDefinitions\";",
 | 
						|
			"",
 | 
						|
			"export async function main(ns : NS) : Promise<void> {",
 | 
						|
			"\t",
 | 
						|
			"}"
 | 
						|
		]
 | 
						|
	},
 | 
						|
 | 
						|
	"autocomplete": {
 | 
						|
		"prefix": "autocomplete",
 | 
						|
		"body": [
 | 
						|
		  "// eslint-disable-next-line @typescript-eslint/no-unused-vars",
 | 
						|
		  "export function autocomplete(data : ServerData, args : string[]) : string[] {",
 | 
						|
		  "\treturn [...data.servers]",
 | 
						|
		  "}"
 | 
						|
		],
 | 
						|
		"description": "autocomplete"
 | 
						|
	  }
 | 
						|
} |