Skip to content

Commit f3e2a3c

Browse files
author
Akos Kitta
committed
added todos.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 4ea9fb3 commit f3e2a3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arduino-ide-extension/src/node/plotter/plotter-backend-contribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import path = require('path');
77
export class PlotterBackendContribution
88
implements BackendApplicationContribution
99
{
10-
async initialize(): Promise<void> {}
10+
async initialize(): Promise<void> {} // TODO: remove
1111

1212
configure(app: express.Application): void {
13+
// TODO: use `require.resolve` instead of copying the to the `build` folder with `npx ncp ../node_modules/arduino-serial-plotter-webapp ./build/arduino-serial-plotter-webapp`.
1314
const relativePath = [
1415
'..',
1516
'..',

0 commit comments

Comments
 (0)