Skip to content

Commit

Permalink
Add the "Trace Server" label to the settings
Browse files Browse the repository at this point in the history
fixes #355

Signed-off-by: Yining Wang <yining.wang@ericsson.com>
  • Loading branch information
ywang001 authored and bhufmann committed Nov 10, 2021
1 parent 2d5c33e commit 9694e6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { PreferenceSchema, PreferenceProxy, PreferenceScope } from '@theia/core/lib/browser';
import { TRACE_SERVER_DEFAULT_PORT } from '../common/trace-server-url-provider';

export const TRACE_PATH = 'trace Viewer.path';
export const TRACE_PORT = 'trace Viewer.port';
export const TRACE_PATH = 'trace Viewer.trace Server.path';
export const TRACE_PORT = 'trace Viewer.trace Server.port';

export const ServerSchema: PreferenceSchema = {
scope: PreferenceScope.Folder,
Expand Down

0 comments on commit 9694e6b

Please sign in to comment.