Skip to content

Commit

Permalink
Rename "trace-viewer" to "trace Viewer"
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 6327e3c commit 2d5c33e
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.path';
export const TRACE_PORT = 'trace Viewer.port';

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

0 comments on commit 2d5c33e

Please sign in to comment.