.filenesting.json 646 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "help": "https://go.microsoft.com/fwlink/?linkid=866610",
  3. "root": true,
  4. "dependentFileProviders": {
  5. "add": {
  6. "addedExtension": {},
  7. "pathSegment": {
  8. "add": {
  9. ".*": [
  10. ".config",
  11. ".cs",
  12. ".json",
  13. ".resx"
  14. ]
  15. }
  16. },
  17. "extensionToExtension": {
  18. "add": {
  19. ".designer.cs": [
  20. ".resx"
  21. ],
  22. ".cs.d.ts": [
  23. ".cs"
  24. ]
  25. }
  26. },
  27. "fileToFile": {
  28. "add": {
  29. "package-lock.json": [
  30. "package.json"
  31. ]
  32. }
  33. }
  34. }
  35. }
  36. }