Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3166de

Browse filesBrowse files
authored
Merge pull request #4 from arduino/fix-server-path
Fixed the path to `openocd`.
2 parents 2f61dd9 + 794836e commit e3166de
Copy full SHA for e3166de

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎src/extension.ts

Copy file name to clipboardExpand all lines: src/extension.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import deepEqual from 'deep-equal';
22
import WebRequest from 'web-request';
3-
import { join } from 'path';
43
import { spawnSync } from 'child_process';
54
import vscode, { ExtensionContext } from 'vscode';
65
import { LanguageClient, CloseAction, ErrorAction, InitializeError, Message, RevealOutputChannelOn } from 'vscode-languageclient';
@@ -79,7 +78,7 @@ async function startDebug(_: ExtensionContext, config: DebugConfig): Promise<boo
7978
type: 'cortex-debug',
8079
executable: info.executable,
8180
servertype: info.server,
82-
serverpath: join(info.server_path, info.server),
81+
serverpath: info.server_path,
8382
armToolchainPath: info.toolchain_path,
8483
configFiles: [
8584
info.server_configuration.script

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.