Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using CTRL-SHIFT-F fires Upload for 'watch'ed Folders #499

Open
dschiller opened this issue Jan 30, 2019 · 0 comments
Open

Using CTRL-SHIFT-F fires Upload for 'watch'ed Folders #499

dschiller opened this issue Jan 30, 2019 · 0 comments

Comments

@dschiller
Copy link

When I am using the Key Combination CTRL-SHIFT-F to search for a String in the whole Project Remote Sync uploads all Files from my 'watch'ed Folders. In my .remote-sync.json File I use a 'watch' Section:

{
  "transport": "ftp",
  "hostname": "***",
  "port": 21,
  "username": "***",
  "password": "***",
  "uploadOnSave": "true",
  "target": "/",
  "ignore": [
    ".remote-sync.json",
    ".git/**",
    "js/*.ts",
    "less/**",
    "tests/**",
    "tsconfig.json"
  ],
  "watch":[
    "/css",
    "/js"
  ]
}

I checked the Keybindings in Atom and could find those two:

'body .native-key-bindings':
  'ctrl-shift-F': 'native!'
'.platform-win32, .platform-linux':
  'ctrl-shift-F': 'project-find:show'

Does someone know how to stop Remote Sync Uploading all 'watch'ed Files while pressing CTRL-SHIFT-F ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant