|
|
@ -2,7 +2,6 @@ |
|
|
|
try { |
|
|
|
|
|
|
|
function goplsfix(path) { |
|
|
|
|
|
|
|
axios.post(url, { |
|
|
|
path: path, |
|
|
|
}).then(res => { |
|
|
@ -11,10 +10,10 @@ try { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
const url = vscode.workspace.getConfiguration().get('go-vscode-config.url'); |
|
|
|
|
|
|
|
console.log("start") |
|
|
|
const vscode = require("vscode") |
|
|
|
const vscode = require("vscode"); |
|
|
|
const url = vscode.workspace.getConfiguration().get('go-vscode-config.url'); |
|
|
|
const fs = require("fs") |
|
|
|
const path = require('path'); |
|
|
|
const cp = require("child_process"); |
|
|
|