From 32bf4cb0c949f44343849607d0439a61d1e6ea49 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 23 May 2017 22:56:16 +0200 Subject: Add API KEY support to allow CORS requests. Signed-off-by: Sebastien Douheret --- .vscode/settings.json | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index a6647f3..1bc5381 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,37 @@ // Place your settings in this file to overwrite default and user settings. { - // Configure glob patterns for excluding files and folders. - "files.exclude": { - ".tmp": true, - ".git": true, - "glide.lock": true, - "vendor": true, - "debug": true, - "bin": true, - "tools": true - }, - - // Words to add to dictionary for a workspace. - "cSpell.words": [ - "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID", - "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible", - "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "Inot", "inotify", "cmdi" - ] + // Configure glob patterns for excluding files and folders. + "files.exclude": { + ".tmp": true, + ".git": true, + "glide.lock": true, + "vendor": true, + "debug": true, + "bin": true, + "tools": true + }, + // Words to add to dictionary for a workspace. + "cSpell.words": [ + "apiv", + "gonic", + "devel", + "csrffound", + "Syncthing", + "STID", + "ISTCONFIG", + "socketio", + "ldflags", + "SThg", + "Intf", + "dismissible", + "rpath", + "WSID", + "sess", + "IXDS", + "xdsconfig", + "xdsserver", + "Inot", + "inotify", + "cmdi" + ] } \ No newline at end of file -- cgit 1.2.3-korg