Versió 1.0.0
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require('path');
|
||||
|
||||
function activate(context) {
|
||||
const factory = {
|
||||
createDebugAdapterDescriptor(session, executable) {
|
||||
createDebugAdapterDescriptor(session) {
|
||||
const command = "node";
|
||||
const args = [path.join(__dirname, "adapter", "debugAdapter.js")];
|
||||
|
||||
@@ -12,7 +12,7 @@ function activate(context) {
|
||||
};
|
||||
|
||||
const registration = vscode.debug.registerDebugAdapterDescriptorFactory(
|
||||
"myLuaApp",
|
||||
"mini-debugger",
|
||||
factory
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user