X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=eafbcfade36fadded0dfae15a6e16db44e509a96;hb=be13167b869161b6e19dc3e94835245cdc7911e5;hp=1bc538101a10911bf2d0a1b2d7e9d26dec0f132d;hpb=32bf4cb0c949f44343849607d0439a61d1e6ea49;p=src%2Fxds%2Fxds-agent.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 1bc5381..eafbcfa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,8 +8,19 @@ "vendor": true, "debug": true, "bin": true, - "tools": true + "tools": true, + "webapp/dist": true, + "webapp/node_modules": true }, + // Specify paths/files to ignore. (Supports Globs) + "cSpell.ignorePaths": [ + "**/node_modules/**", + "**/vscode-extension/**", + "**/.git/**", + "**/vendor/**", + ".vscode", + "typings" + ], // Words to add to dictionary for a workspace. "cSpell.words": [ "apiv", @@ -22,16 +33,28 @@ "socketio", "ldflags", "SThg", + "stconfig", "Intf", "dismissible", "rpath", "WSID", "sess", "IXDS", + "golib", + "xdsapi", "xdsconfig", "xdsserver", + "xdsagent", + "nbsp", "Inot", "inotify", - "cmdi" + "cmdi", + "sdkid", + "Flds", + "prjs", + "iosk", + "CIFS", + "IPROJECT", + "unregister" ] -} \ No newline at end of file +}